summaryrefslogtreecommitdiffstats
path: root/drivers/usb/input/wacom_wac.h
diff options
context:
space:
mode:
authorPing Cheng <pingc@wacom.com>2006-09-26 13:34:47 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2006-10-17 14:46:30 -0700
commit8d32e3ae5972641ee9eb813e7a5c44a2b85d3694 (patch)
tree115d520ebc40873b268db11a88ab9a5c3a05c763 /drivers/usb/input/wacom_wac.h
parent64f89798da35f43c6ef6afda0541e25034513458 (diff)
downloadop-kernel-dev-8d32e3ae5972641ee9eb813e7a5c44a2b85d3694.zip
op-kernel-dev-8d32e3ae5972641ee9eb813e7a5c44a2b85d3694.tar.gz
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 ceae7bf..a1d9ce0 100644
--- a/drivers/usb/input/wacom_wac.h
+++ b/drivers/usb/input/wacom_wac.h
@@ -20,6 +20,7 @@ enum {
PTU,
PL,
INTUOS,
+ INTUOS3S,
INTUOS3,
INTUOS3L,
CINTIQ,
@@ -34,7 +35,6 @@ struct wacom_features {
int pressure_max;
int distance_max;
int type;
- usb_complete_t irq;
};
struct wacom_wac {
OpenPOWER on IntegriCloud