]> git.baikalelectronics.ru Git - kernel.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)
commit70612dcf82e159abc49865e981f0df372291f68e
treeb36b2d238a2b9865a5c9297789c0288348fd341b
parent58b8fd5954b97cc5888ad63184de2456b7a5f98f
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