diff options
Diffstat (limited to 'drivers/input/tablet/wacom_wac.h')
-rw-r--r-- | drivers/input/tablet/wacom_wac.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/input/tablet/wacom_wac.h b/drivers/input/tablet/wacom_wac.h index 39c2516e3d31..ee01e1902785 100644 --- a/drivers/input/tablet/wacom_wac.h +++ b/drivers/input/tablet/wacom_wac.h | |||
@@ -28,6 +28,14 @@ | |||
28 | #define ERASER_DEVICE_ID 0x0A | 28 | #define ERASER_DEVICE_ID 0x0A |
29 | #define PAD_DEVICE_ID 0x0F | 29 | #define PAD_DEVICE_ID 0x0F |
30 | 30 | ||
31 | /* wacom data packet report IDs */ | ||
32 | #define WACOM_REPORT_PENABLED 2 | ||
33 | #define WACOM_REPORT_INTUOSREAD 5 | ||
34 | #define WACOM_REPORT_INTUOSWRITE 6 | ||
35 | #define WACOM_REPORT_INTUOSPAD 12 | ||
36 | #define WACOM_REPORT_TPC1FG 6 | ||
37 | #define WACOM_REPORT_TPC2FG 13 | ||
38 | |||
31 | enum { | 39 | enum { |
32 | PENPARTNER = 0, | 40 | PENPARTNER = 0, |
33 | GRAPHIRE, | 41 | GRAPHIRE, |