diff options
author | Ping Cheng <pinglinux@gmail.com> | 2015-09-23 13:51:15 -0700 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2015-09-23 22:54:57 +0200 |
commit | eda01dab53b1126a20da98b5d691f3e55d79f21d (patch) | |
tree | 7b02bf410cab145e59881225793bfe15d2157884 /drivers/hid/wacom_wac.h | |
parent | 3b164a00a9fc0e8df88291a671bb3de37aa3340f (diff) |
HID: wacom: Add four new Intuos devices
This series of devices supports both pen and touch. It reports
touch data in Bamboo3 format and pen data in Intuos pro format.
Signed-off-by: Ping Cheng <pingc@wacom.com>
Tested-By: Aaron Skomra <aaron.skomra@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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hid/wacom_wac.h b/drivers/hid/wacom_wac.h index 3f2452029d2b..1a30e4407a46 100644 --- a/drivers/hid/wacom_wac.h +++ b/drivers/hid/wacom_wac.h @@ -68,6 +68,7 @@ #define WACOM_REPORT_BPAD_PEN 3 #define WACOM_REPORT_BPAD_TOUCH 16 #define WACOM_REPORT_DEVICE_LIST 16 +#define WACOM_REPORT_INTUOS_PEN 16 #define WACOM_REPORT_REMOTE 17 /* device quirks */ @@ -130,6 +131,7 @@ enum { WIRELESS, BAMBOO_PEN, INTUOSHT, + INTUOSHT2, BAMBOO_TOUCH, BAMBOO_PT, WACOM_24HDT, |