]> 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)
commit3fb2d6bd8cba91b7a62141c5b0f4747103d2ca05
treeb36b2d238a2b9865a5c9297789c0288348fd341b
parent27ac731b6bfd0ea7eaabe8213bed47bf7c286130
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