diff options
author | Jason Gerecke <killertofu@gmail.com> | 2015-03-06 11:47:38 -0800 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2015-03-11 11:46:11 -0400 |
commit | 4ca4ec71c84e4ede2b34d2dcf49e7935c735ad6c (patch) | |
tree | ce11c381fa941e1ca534e55baa9a9cd5c5a4f7e8 /drivers/hid/wacom_wac.h | |
parent | 8c97a765467c5d58682e85f103899ec2355fc393 (diff) | |
download | op-kernel-dev-4ca4ec71c84e4ede2b34d2dcf49e7935c735ad6c.zip op-kernel-dev-4ca4ec71c84e4ede2b34d2dcf49e7935c735ad6c.tar.gz |
HID: wacom: Move handling of Intuos status packets to seperate function
In addition to the touchswitch state for "Intuos", these packets are
also sent by the Intuos Pro, Intuos5, and last-generation Bamboo
tablets when using a wired connection. They contain, among other
things, information about the optional wireless module and battery
charge state (to be supported in subsuquent patches).
Signed-off-by: Jason Gerecke <killertofu@gmail.com>
Acked-by: Ping Cheng <pingc@wacom.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/wacom_wac.h')
-rw-r--r-- | drivers/hid/wacom_wac.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/wacom_wac.h b/drivers/hid/wacom_wac.h index a3d0828..ee6a545 100644 --- a/drivers/hid/wacom_wac.h +++ b/drivers/hid/wacom_wac.h @@ -71,6 +71,7 @@ #define WACOM_REPORT_USB 192 #define WACOM_REPORT_BPAD_PEN 3 #define WACOM_REPORT_BPAD_TOUCH 16 +#define WACOM_PKGLEN_STATUS 10 /* device quirks */ #define WACOM_QUIRK_MULTI_INPUT 0x0001 |