CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2015/09/05 07:52:54
Modified files: sys/dev/pckbc : pms.c pmsreg.h Log message: Improve tap-and-drag detection for ALPS touchpads. The ALPS mechanism for gesture detection can produce long delays between a packet that signals a tap and the next packet, which either signals the end of the gesture or the start of a drag-operation. The time spans can exceed the timeouts used by the generic detection mechanism in the synaptics driver. Reporting both the touch and the release event when the second packet has arrived ensures that the tap will be recognized. ok mpi@ shadchin@