aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/input/wacom_wac.h
diff options
context:
space:
mode:
authorPing Cheng <pingc@wacom.com>2006-09-26 16:34:47 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2006-10-17 17:46:30 -0400
commit8d32e3ae5972641ee9eb813e7a5c44a2b85d3694 (patch)
tree115d520ebc40873b268db11a88ab9a5c3a05c763 /drivers/usb/input/wacom_wac.h
parent64f89798da35f43c6ef6afda0541e25034513458 (diff)
USB: Wacom driver updates
This fixes some issues with the current wacom driver due to the split of the driver into different pieces and adds support for the Intuos3 4x6 Signed-off-by: Ping Cheng <pingc@wacom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/input/wacom_wac.h')
-rw-r--r--drivers/usb/input/wacom_wac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/input/wacom_wac.h b/drivers/usb/input/wacom_wac.h
index ceae7bf59d9..a1d9ce00797 100644
--- a/drivers/usb/input/wacom_wac.h
+++ b/drivers/usb/input/wacom_wac.h
@@ -20,6 +20,7 @@ enum {
20 PTU, 20 PTU,
21 PL, 21 PL,
22 INTUOS, 22 INTUOS,
23 INTUOS3S,
23 INTUOS3, 24 INTUOS3,
24 INTUOS3L, 25 INTUOS3L,
25 CINTIQ, 26 CINTIQ,
@@ -34,7 +35,6 @@ struct wacom_features {
34 int pressure_max; 35 int pressure_max;
35 int distance_max; 36 int distance_max;
36 int type; 37 int type;
37 usb_complete_t irq;
38}; 38};
39 39
40struct wacom_wac { 40struct wacom_wac {