diff options
author | Ping Cheng <pingc@wacom.com> | 2006-09-26 13:34:47 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-10-17 14:46:30 -0700 |
commit | 8d32e3ae5972641ee9eb813e7a5c44a2b85d3694 (patch) | |
tree | 115d520ebc40873b268db11a88ab9a5c3a05c763 /drivers/usb/input/wacom_wac.h | |
parent | 64f89798da35f43c6ef6afda0541e25034513458 (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.h | 2 |
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 { 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 { |