freebsd-dev/sys/dev/atkbdc
Philip Paeps df616c9022 Make life for owners of Synaptics Touchpads more pleasant :-)
o Implement a shiny new algorithm to keep track of finger movement at
   slow speeds.  This dramatically reduces the level of questionable
   language from users trying to resize windows.

 o Properly catch the many extra buttons and dials which manufacturers
   are known to screw onto Synaptics touchpad controllers.  Currently,
   up to seven buttons are known to work, more should work too.

 o Add a number of sysctls allowing one to tune the driver to taste in
   a simple way:

     # Should the extra buttons act as axes or as middle button
     hw.psm.synaptics.directional_scrolls

     # These control the 'stickiness' at low speeds
     hw.psm.synaptics.low_speed_threshold
     hw.psm.synaptics.min_movement
     hw.psm.synaptics.squelch_level

PR:		kern/75725
Submitted by:	Jason Kuri <jay@oneway.com>
MFC after:	1 month
2005-01-10 13:05:58 +00:00
..
atkbd_atkbdc.c
atkbd_isa.c
atkbd.c Add a new flag to the atkbd(4) driver to disable testing the keyboard 2004-12-15 23:00:47 +00:00
atkbdc_isa.c
atkbdc_subr.c
atkbdc.c
atkbdcreg.h
atkbdreg.h Add a new flag to the atkbd(4) driver to disable testing the keyboard 2004-12-15 23:00:47 +00:00
psm.c Make life for owners of Synaptics Touchpads more pleasant :-) 2005-01-10 13:05:58 +00:00