CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/10/29 05:54:45
Modified files:
sys/dev/wscons : wsconsio.h
sys/dev/pckbc : pms.c pmsreg.h
Log message:
Add support for Elantech touchpads to pms(4). This allows the X synaptics(4)
input driver to configure these touchpads properly, e.g. toggle tap-to-click,
two-finger scrolling, edge-scrolling, etc. So far these pads were working
only in PS/2 mouse compatibility mode.
Support for up to hardware version 3 has been implemented. But only version 3
has been tested so versions 1 and 2 remain disabled via #ifdef notyet until
someone tests (bugs in this code could seriously mess up the mouse and I
don't want to end up shipping such bugs in 5.3).
help and ok mpi@ shadchin@