android_kernel_motorola_sm6225/drivers/input/tablet
Ping Cheng 4492efffff Input: wacom - share pen info with touch of the same ID
Touch enbaled devices share the same product ID with pen. However,
we do not want to post touch events while pen is in prox. To do so,
we used to keep a local static variable to keep track of if pen is
in prox or not. This works fine for Tablet PC devices since there
is only one device attached. With the newer touch enabled regular
tablets, we can not make this assumption any more, i.e, one system
may have more than one identical tablet plugged in.

This patch adds an new entry, shared, into the struct wacom_wac so
touch data can access pen data to locally. This solution assumes
the two tools (touch and pen) of the same ID will be probed one
after the other without interruption in between by another Wacom
device of the same ID.
2010-04-13 23:24:06 -07:00
..
acecad.c USB: remove info() macro from usb input drivers 2008-10-17 14:41:10 -07:00
aiptek.c Fix misspelling of "should" and "shouldn't" in comments. 2010-02-05 12:22:30 +01:00
gtco.c Input: make USB device ids constant 2010-01-11 00:08:19 -08:00
kbtab.c USB: remove info() macro from usb input drivers 2008-10-17 14:41:10 -07:00
Kconfig Input: aiptek - add support for Genius G-PEN 560 tablet 2008-04-15 13:13:10 -04:00
Makefile Input: move USB tablets under drivers/input/tablet 2007-05-08 01:41:29 -04:00
wacom.h Input: wacom - get features from driver info 2010-02-10 23:31:37 -08:00
wacom_sys.c Input: wacom - share pen info with touch of the same ID 2010-04-13 23:24:06 -07:00
wacom_wac.c Input: wacom - share pen info with touch of the same ID 2010-04-13 23:24:06 -07:00
wacom_wac.h Input: wacom - share pen info with touch of the same ID 2010-04-13 23:24:06 -07:00