Input: wacom_w8001 - send BTN_TOOL_PEN/RUBBER and BTN_STYLUS events
commit2072f8db625cbdaba839fe7bb1b607d06884e685
authorPeter Hutterer <peter.hutterer@who-t.net>
Sun, 29 Aug 2010 05:00:05 +0000 (28 22:00 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 29 Aug 2010 05:46:04 +0000 (28 22:46 -0700)
treea091298fb8b89f5fe6505072e4dc99f3b0ba9e98
parentba4d695a90c9176fca8e45d6c872bbf4e8bed315
Input: wacom_w8001 - send BTN_TOOL_PEN/RUBBER and BTN_STYLUS events

The protocol used by the w8001 supports status fields for tip, side
switch and eraser as well as a RDY field for proximity.

The protocol has a double usage for the f2 bit in the packet. If set,
the data is either pen + side2 button or eraser. Assume eraser if the
device comes into proximity with the f2 bit set, otherwise trigger the
side2 button. If the device comes into proximity with the f2 bit and
that bit disappears afterwards, fake proximity out for the eraser and
proximity in for the pen.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/touchscreen/wacom_w8001.c