diff options
author | Ping Cheng <pingc@wacom.com> | 2007-02-23 12:22:48 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-02-23 15:03:46 -0800 |
commit | 80d4e8e9862fa71ce896195c60b691a623c38d49 (patch) | |
tree | 7f54c6436f13ba3a5ac617cc2cf5679b154d1e7c /drivers/usb/input/wacom_wac.h | |
parent | 50f97a1f829d26e01ae8bb33cd1384cf0a5e046f (diff) |
USB: Wacom driver updates
Updated Intuos and Graphire irq calls
Report pad device ID
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/input/wacom_wac.h b/drivers/usb/input/wacom_wac.h index a1d9ce007970..a23022287248 100644 --- a/drivers/usb/input/wacom_wac.h +++ b/drivers/usb/input/wacom_wac.h @@ -12,6 +12,7 @@ #define STYLUS_DEVICE_ID 0x02 #define CURSOR_DEVICE_ID 0x06 #define ERASER_DEVICE_ID 0x0A +#define PAD_DEVICE_ID 0x0F enum { PENPARTNER = 0, |