diff options
author | Ping Cheng <pinglinux@gmail.com> | 2012-06-12 03:15:06 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2012-06-12 03:39:57 -0400 |
commit | ac173837cd4b268a538235a1699b91457551a9a9 (patch) | |
tree | 5e6c886ef2ffaf802c0194766fc61ec29de653cd /drivers/input/tablet/wacom_wac.h | |
parent | ea2e60244573a9204c8cee9b4fb181106784c617 (diff) |
Input: wacom - add two new devices (0xed and 0xef)
0xed supports pen and one finger touch; 0xef is pen only.
Signed-off-by: Ping Cheng <pingc@wacom.com>
Acked-by: Chris Bagwell <chris@cnpbagwell.com>
Reviewed-by: Jason Gerecke <killertofu@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/tablet/wacom_wac.h')
-rw-r--r-- | drivers/input/tablet/wacom_wac.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/input/tablet/wacom_wac.h b/drivers/input/tablet/wacom_wac.h index 87080435116c..bd5d37b28714 100644 --- a/drivers/input/tablet/wacom_wac.h +++ b/drivers/input/tablet/wacom_wac.h | |||
@@ -48,6 +48,7 @@ | |||
48 | #define WACOM_REPORT_TPCMT 13 | 48 | #define WACOM_REPORT_TPCMT 13 |
49 | #define WACOM_REPORT_TPCHID 15 | 49 | #define WACOM_REPORT_TPCHID 15 |
50 | #define WACOM_REPORT_TPCST 16 | 50 | #define WACOM_REPORT_TPCST 16 |
51 | #define WACOM_REPORT_TPC1FGE 18 | ||
51 | 52 | ||
52 | /* device quirks */ | 53 | /* device quirks */ |
53 | #define WACOM_QUIRK_MULTI_INPUT 0x0001 | 54 | #define WACOM_QUIRK_MULTI_INPUT 0x0001 |
@@ -80,6 +81,7 @@ enum { | |||
80 | WIRELESS, | 81 | WIRELESS, |
81 | BAMBOO_PT, | 82 | BAMBOO_PT, |
82 | TABLETPC, /* add new TPC below */ | 83 | TABLETPC, /* add new TPC below */ |
84 | TABLETPCE, | ||
83 | TABLETPC2FG, | 85 | TABLETPC2FG, |
84 | MTSCREEN, | 86 | MTSCREEN, |
85 | MAX_TYPE | 87 | MAX_TYPE |