]> asedeno.scripts.mit.edu Git - linux.git/commit
Input: byd - enable absolute mode
authorRichard Pospesel <pospeselr@gmail.com>
Mon, 14 Mar 2016 16:41:16 +0000 (09:41 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 18 Mar 2016 00:04:54 +0000 (17:04 -0700)
commit2d5f5611dd0de52e9a52b56391a7049a52184e72
treeb36b2d238a2b9865a5c9297789c0288348fd341b
parenta0ad220c96692eda76b2e3fd7279f3dcd1d8a8ff
Input: byd - enable absolute mode

The Windows driver's settings dialog contains a visualization of the
regions for the hardware edge scrolling capability, which uses a
temporarily-enabled limited-resolution absolute mode.

This patch enables this during normal operation, and combines the
absolute packets with the existing relative packets to provide
accurate absolute position and touch reporting.

It also adds documentation for all known gesture packets and
initialization commands.

Reviewed-by: Chris Diamand <chris@diamand.org>
Signed-off-by: Richard Pospesel <pospeselr@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/mouse/byd.c
drivers/input/mouse/psmouse-base.c