diff options
Diffstat (limited to 'drivers/input/tablet/wacom_wac.h')
-rw-r--r-- | drivers/input/tablet/wacom_wac.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/input/tablet/wacom_wac.h b/drivers/input/tablet/wacom_wac.h index 4f0ba21b0196..2c04b6248a56 100644 --- a/drivers/input/tablet/wacom_wac.h +++ b/drivers/input/tablet/wacom_wac.h | |||
@@ -24,6 +24,7 @@ | |||
24 | #define WACOM_PKGLEN_BBTOUCH 20 | 24 | #define WACOM_PKGLEN_BBTOUCH 20 |
25 | #define WACOM_PKGLEN_BBTOUCH3 64 | 25 | #define WACOM_PKGLEN_BBTOUCH3 64 |
26 | #define WACOM_PKGLEN_BBPEN 10 | 26 | #define WACOM_PKGLEN_BBPEN 10 |
27 | #define WACOM_PKGLEN_WIRELESS 32 | ||
27 | 28 | ||
28 | /* device IDs */ | 29 | /* device IDs */ |
29 | #define STYLUS_DEVICE_ID 0x02 | 30 | #define STYLUS_DEVICE_ID 0x02 |
@@ -45,6 +46,8 @@ | |||
45 | /* device quirks */ | 46 | /* device quirks */ |
46 | #define WACOM_QUIRK_MULTI_INPUT 0x0001 | 47 | #define WACOM_QUIRK_MULTI_INPUT 0x0001 |
47 | #define WACOM_QUIRK_BBTOUCH_LOWRES 0x0002 | 48 | #define WACOM_QUIRK_BBTOUCH_LOWRES 0x0002 |
49 | #define WACOM_QUIRK_NO_INPUT 0x0004 | ||
50 | #define WACOM_QUIRK_MONITOR 0x0008 | ||
48 | 51 | ||
49 | enum { | 52 | enum { |
50 | PENPARTNER = 0, | 53 | PENPARTNER = 0, |
@@ -54,6 +57,7 @@ enum { | |||
54 | PL, | 57 | PL, |
55 | DTU, | 58 | DTU, |
56 | BAMBOO_PT, | 59 | BAMBOO_PT, |
60 | WIRELESS, | ||
57 | INTUOS, | 61 | INTUOS, |
58 | INTUOS3S, | 62 | INTUOS3S, |
59 | INTUOS3, | 63 | INTUOS3, |