diff options
Diffstat (limited to 'drivers/input/tablet/wacom.h')
-rw-r--r-- | drivers/input/tablet/wacom.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/drivers/input/tablet/wacom.h b/drivers/input/tablet/wacom.h index 9114ae1c7488..16310f368dab 100644 --- a/drivers/input/tablet/wacom.h +++ b/drivers/input/tablet/wacom.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * drivers/input/tablet/wacom.h | 2 | * drivers/input/tablet/wacom.h |
3 | * | 3 | * |
4 | * USB Wacom Graphire and Wacom Intuos tablet support | 4 | * USB Wacom tablet support |
5 | * | 5 | * |
6 | * Copyright (c) 2000-2004 Vojtech Pavlik <vojtech@ucw.cz> | 6 | * Copyright (c) 2000-2004 Vojtech Pavlik <vojtech@ucw.cz> |
7 | * Copyright (c) 2000 Andreas Bach Aaen <abach@stofanet.dk> | 7 | * Copyright (c) 2000 Andreas Bach Aaen <abach@stofanet.dk> |
@@ -69,6 +69,9 @@ | |||
69 | * v1.49 (pc) - Added support for USB Tablet PC (0x90, 0x93, and 0x9A) | 69 | * v1.49 (pc) - Added support for USB Tablet PC (0x90, 0x93, and 0x9A) |
70 | * v1.50 (pc) - Fixed a TabletPC touch bug in 2.6.28 | 70 | * v1.50 (pc) - Fixed a TabletPC touch bug in 2.6.28 |
71 | * v1.51 (pc) - Added support for Intuos4 | 71 | * v1.51 (pc) - Added support for Intuos4 |
72 | * v1.52 (pc) - Query Wacom data upon system resume | ||
73 | * - add defines for features->type | ||
74 | * - add new devices (0x9F, 0xE2, and 0XE3) | ||
72 | */ | 75 | */ |
73 | 76 | ||
74 | /* | 77 | /* |
@@ -89,9 +92,9 @@ | |||
89 | /* | 92 | /* |
90 | * Version Information | 93 | * Version Information |
91 | */ | 94 | */ |
92 | #define DRIVER_VERSION "v1.51" | 95 | #define DRIVER_VERSION "v1.52" |
93 | #define DRIVER_AUTHOR "Vojtech Pavlik <vojtech@ucw.cz>" | 96 | #define DRIVER_AUTHOR "Vojtech Pavlik <vojtech@ucw.cz>" |
94 | #define DRIVER_DESC "USB Wacom Graphire and Wacom Intuos tablet driver" | 97 | #define DRIVER_DESC "USB Wacom tablet driver" |
95 | #define DRIVER_LICENSE "GPL" | 98 | #define DRIVER_LICENSE "GPL" |
96 | 99 | ||
97 | MODULE_AUTHOR(DRIVER_AUTHOR); | 100 | MODULE_AUTHOR(DRIVER_AUTHOR); |
@@ -133,6 +136,8 @@ extern void input_dev_i4s(struct input_dev *input_dev, struct wacom_wac *wacom_w | |||
133 | extern void input_dev_i4(struct input_dev *input_dev, struct wacom_wac *wacom_wac); | 136 | extern void input_dev_i4(struct input_dev *input_dev, struct wacom_wac *wacom_wac); |
134 | extern void input_dev_pl(struct input_dev *input_dev, struct wacom_wac *wacom_wac); | 137 | extern void input_dev_pl(struct input_dev *input_dev, struct wacom_wac *wacom_wac); |
135 | extern void input_dev_pt(struct input_dev *input_dev, struct wacom_wac *wacom_wac); | 138 | extern void input_dev_pt(struct input_dev *input_dev, struct wacom_wac *wacom_wac); |
139 | extern void input_dev_tpc(struct input_dev *input_dev, struct wacom_wac *wacom_wac); | ||
140 | extern void input_dev_tpc2fg(struct input_dev *input_dev, struct wacom_wac *wacom_wac); | ||
136 | extern void input_dev_mo(struct input_dev *input_dev, struct wacom_wac *wacom_wac); | 141 | extern void input_dev_mo(struct input_dev *input_dev, struct wacom_wac *wacom_wac); |
137 | extern void input_dev_bee(struct input_dev *input_dev, struct wacom_wac *wacom_wac); | 142 | extern void input_dev_bee(struct input_dev *input_dev, struct wacom_wac *wacom_wac); |
138 | extern __u16 wacom_le16_to_cpu(unsigned char *data); | 143 | extern __u16 wacom_le16_to_cpu(unsigned char *data); |