diff options
author | Peter Osterlund <petero2@telia.com> | 2004-05-09 19:23:08 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:02:23 +0200 |
commit | e8a16ce65e5207304dda46a852b5628baa06458a (patch) | |
tree | f1ff2506ca51609fd2190013e5f4bbac54077cb4 /linux_input.h | |
parent | 744372a41b9e64bafe8ee70748ec7495a89146d3 (diff) |
Added support for Synaptics cPad devices. (Also requires a
2.6 kernel patch.) From Jan Steinhoff <Jan.Steinhoff@uni-jena.de>.
Diffstat (limited to 'linux_input.h')
-rw-r--r-- | linux_input.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux_input.h b/linux_input.h index a638f9f..67e5d72 100644 --- a/linux_input.h +++ b/linux_input.h @@ -62,9 +62,12 @@ struct input_id { #define BUS_I8042 0x11 +#define BUS_USB 0x03 #define PSMOUSE_SYNAPTICS 7 #define PSMOUSE_ALPS 8 +#define USB_VENDOR_ID_SYNAPTICS 0x06cb +#define USB_DEVICE_ID_CPAD 0x0003 #endif /* _LINUX_INPUT_H_ */ |