diff options
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 345f1e76975e..9396d7769f86 100644 --- a/drivers/input/tablet/wacom_wac.h +++ b/drivers/input/tablet/wacom_wac.h | |||
@@ -26,6 +26,7 @@ | |||
26 | #define WACOM_PKGLEN_BBPEN 10 | 26 | #define WACOM_PKGLEN_BBPEN 10 |
27 | #define WACOM_PKGLEN_WIRELESS 32 | 27 | #define WACOM_PKGLEN_WIRELESS 32 |
28 | #define WACOM_PKGLEN_MTOUCH 62 | 28 | #define WACOM_PKGLEN_MTOUCH 62 |
29 | #define WACOM_PKGLEN_MTTPC 40 | ||
29 | 30 | ||
30 | /* wacom data size per MT contact */ | 31 | /* wacom data size per MT contact */ |
31 | #define WACOM_BYTES_PER_MT_PACKET 11 | 32 | #define WACOM_BYTES_PER_MT_PACKET 11 |
@@ -88,6 +89,7 @@ enum { | |||
88 | TABLETPCE, | 89 | TABLETPCE, |
89 | TABLETPC2FG, | 90 | TABLETPC2FG, |
90 | MTSCREEN, | 91 | MTSCREEN, |
92 | MTTPC, | ||
91 | MAX_TYPE | 93 | MAX_TYPE |
92 | }; | 94 | }; |
93 | 95 | ||