diff options
author | Ping Cheng <pingc@wacom.com> | 2009-12-15 03:35:25 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2009-12-15 03:36:15 -0500 |
commit | cad7470084686d876ebfecf55a9ce039075f9134 (patch) | |
tree | 02e326809ecf8306491805c12e75cf53e4b07e6e /drivers/input/tablet/wacom_wac.h | |
parent | ec67bbedcf290ef182a897017f65a2707106c7f8 (diff) |
Input: wacom - add defines for data packet report IDs
Signed-off-by: Ping Cheng <pingc@wacom.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 | 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, |