diff options
author | Ping Cheng <pingc@wacom.com> | 2007-06-14 23:32:48 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2007-07-10 00:35:17 -0400 |
commit | 7ecfbfd3d000a5d6787cf3369228e7f0082b8758 (patch) | |
tree | 8df68e50be4e668657bef51efde4c2ce8d3a3221 /drivers/input/tablet/wacom.h | |
parent | 5f5655023f2814969b744c1e07494666587243aa (diff) |
Input: wacom - add support for the new Bamboo tablets
Signed-off-by: Ping Cheng <pingc@wacom.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/tablet/wacom.h')
-rw-r--r-- | drivers/input/tablet/wacom.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/drivers/input/tablet/wacom.h b/drivers/input/tablet/wacom.h index ef01a807ec0f..6542edb6f76e 100644 --- a/drivers/input/tablet/wacom.h +++ b/drivers/input/tablet/wacom.h | |||
@@ -11,7 +11,7 @@ | |||
11 | * Copyright (c) 2000 Daniel Egger <egger@suse.de> | 11 | * Copyright (c) 2000 Daniel Egger <egger@suse.de> |
12 | * Copyright (c) 2001 Frederic Lepied <flepied@mandrakesoft.com> | 12 | * Copyright (c) 2001 Frederic Lepied <flepied@mandrakesoft.com> |
13 | * Copyright (c) 2004 Panagiotis Issaris <panagiotis.issaris@mech.kuleuven.ac.be> | 13 | * Copyright (c) 2004 Panagiotis Issaris <panagiotis.issaris@mech.kuleuven.ac.be> |
14 | * Copyright (c) 2002-2006 Ping Cheng <pingc@wacom.com> | 14 | * Copyright (c) 2002-2007 Ping Cheng <pingc@wacom.com> |
15 | * | 15 | * |
16 | * ChangeLog: | 16 | * ChangeLog: |
17 | * v0.1 (vp) - Initial release | 17 | * v0.1 (vp) - Initial release |
@@ -62,8 +62,9 @@ | |||
62 | * - Minor data report fix | 62 | * - Minor data report fix |
63 | * v1.46 (pc) - Split wacom.c into wacom_sys.c and wacom_wac.c, | 63 | * v1.46 (pc) - Split wacom.c into wacom_sys.c and wacom_wac.c, |
64 | * - where wacom_sys.c deals with system specific code, | 64 | * - where wacom_sys.c deals with system specific code, |
65 | * - and wacom_wac.c deals with Wacom specific code | 65 | * - and wacom_wac.c deals with Wacom specific code |
66 | * - Support Intuos3 4x6 | 66 | * - Support Intuos3 4x6 |
67 | * v1.47 (pc) - Added support for Bamboo | ||
67 | */ | 68 | */ |
68 | 69 | ||
69 | /* | 70 | /* |
@@ -84,7 +85,7 @@ | |||
84 | /* | 85 | /* |
85 | * Version Information | 86 | * Version Information |
86 | */ | 87 | */ |
87 | #define DRIVER_VERSION "v1.46" | 88 | #define DRIVER_VERSION "v1.47" |
88 | #define DRIVER_AUTHOR "Vojtech Pavlik <vojtech@ucw.cz>" | 89 | #define DRIVER_AUTHOR "Vojtech Pavlik <vojtech@ucw.cz>" |
89 | #define DRIVER_DESC "USB Wacom Graphire and Wacom Intuos tablet driver" | 90 | #define DRIVER_DESC "USB Wacom Graphire and Wacom Intuos tablet driver" |
90 | #define DRIVER_LICENSE "GPL" | 91 | #define DRIVER_LICENSE "GPL" |
@@ -123,6 +124,7 @@ extern void input_dev_i3(struct input_dev *input_dev, struct wacom_wac *wacom_wa | |||
123 | extern void input_dev_i(struct input_dev *input_dev, struct wacom_wac *wacom_wac); | 124 | extern void input_dev_i(struct input_dev *input_dev, struct wacom_wac *wacom_wac); |
124 | extern void input_dev_pl(struct input_dev *input_dev, struct wacom_wac *wacom_wac); | 125 | extern void input_dev_pl(struct input_dev *input_dev, struct wacom_wac *wacom_wac); |
125 | extern void input_dev_pt(struct input_dev *input_dev, struct wacom_wac *wacom_wac); | 126 | extern void input_dev_pt(struct input_dev *input_dev, struct wacom_wac *wacom_wac); |
127 | extern void input_dev_mo(struct input_dev *input_dev, struct wacom_wac *wacom_wac); | ||
126 | extern __u16 wacom_le16_to_cpu(unsigned char *data); | 128 | extern __u16 wacom_le16_to_cpu(unsigned char *data); |
127 | extern __u16 wacom_be16_to_cpu(unsigned char *data); | 129 | extern __u16 wacom_be16_to_cpu(unsigned char *data); |
128 | extern struct wacom_features * get_wacom_feature(const struct usb_device_id *id); | 130 | extern struct wacom_features * get_wacom_feature(const struct usb_device_id *id); |