aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/tablet/wacom_wac.h
diff options
context:
space:
mode:
authorJason Gerecke <killertofu@gmail.com>2014-05-14 14:42:22 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2014-05-14 19:40:07 -0400
commit61616ed0ce2ed581df89be5d917f8d7e9fc3074f (patch)
tree45574b61e3255fd4ec0f17cedd1ce9cdaeebe35e /drivers/input/tablet/wacom_wac.h
parentf09f98d3240b7ed2dd84ef6d84ff86df9d61e0f5 (diff)
Input: wacom - add support for 0x116 sensor on Win8 Panasonic CF-H2
The Win8 version of the Panasonic CF-H2 includes a new Wacom device. The pen interface appears to use the same protocol as before, but the touch interface has been tweaked to send Win8-compatible reports. Signed-off-by: Jason Gerecke <killertofu@gmail.com> Reviewed-by: Ping Cheng <pingc@wacom.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/tablet/wacom_wac.h')
-rw-r--r--drivers/input/tablet/wacom_wac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/tablet/wacom_wac.h b/drivers/input/tablet/wacom_wac.h
index f69c0ebe7fa9..a066dc00989f 100644
--- a/drivers/input/tablet/wacom_wac.h
+++ b/drivers/input/tablet/wacom_wac.h
@@ -22,6 +22,7 @@
22#define WACOM_PKGLEN_BBFUN 9 22#define WACOM_PKGLEN_BBFUN 9
23#define WACOM_PKGLEN_INTUOS 10 23#define WACOM_PKGLEN_INTUOS 10
24#define WACOM_PKGLEN_TPC1FG 5 24#define WACOM_PKGLEN_TPC1FG 5
25#define WACOM_PKGLEN_TPC1FG_B 10
25#define WACOM_PKGLEN_TPC2FG 14 26#define WACOM_PKGLEN_TPC2FG 14
26#define WACOM_PKGLEN_BBTOUCH 20 27#define WACOM_PKGLEN_BBTOUCH 20
27#define WACOM_PKGLEN_BBTOUCH3 64 28#define WACOM_PKGLEN_BBTOUCH3 64