Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Oct 2008 17:48:36 +0000 (UTC)
From:      Jean-Sebastien Pedron <dumbbell@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/atkbdc psm.c
Message-ID:  <200810141748.m9EHmpWk061832@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dumbbell    2008-10-14 17:48:36 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/atkbdc       psm.c 
  Log:
  SVN rev 183888 on 2008-10-14 17:48:36Z by dumbbell
  
  Rewrite Synaptics touchpads support with the following goals in mind:
      o  better quality of the movement smoothing
      o  more features such as tap-hold and virtual scrolling
  
  Support must still be enabled with this line in your /boot/loader.conf:
      hw.psm.synaptics_support="1"
  
  The following sysctls were removed:
      hw.psm.synaptics.low_speed_threshold
      hw.psm.synaptics.min_movement
      hw.psm.synaptics.squelch_level
  
  An overview of this new driver and a short documentation about the added
  sysctls is available on the wiki:
  http://wiki.freebsd.org/SynapticsTouchpad
  
  Revision  Changes    Path
  1.100     +984 -177  src/sys/dev/atkbdc/psm.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810141748.m9EHmpWk061832>