diff options
author | Chris Bagwell <chris@cnpbagwell.com> | 2011-11-23 10:54:27 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-11-23 14:50:37 +0100 |
commit | 1fd8f047490dd0ec4e4db710fcbc1bd4798d944c (patch) | |
tree | abf322f6bace693f9828681373e143a1d62716fd /drivers/hid/hid-ids.h | |
parent | 30307c69d59b14723fbf8a524847b302388c702d (diff) | |
download | op-kernel-dev-1fd8f047490dd0ec4e4db710fcbc1bd4798d944c.zip op-kernel-dev-1fd8f047490dd0ec4e4db710fcbc1bd4798d944c.tar.gz |
HID: hid-multitouch - add another eGalax id
This allows ASUS Eee Slate touchscreens to work.
Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 06ce996..7bb5227 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -235,6 +235,7 @@ #define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH2 0x72a1 #define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH3 0x480e #define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH4 0x726b +#define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH5 0xa001 #define USB_VENDOR_ID_ELECOM 0x056e #define USB_DEVICE_ID_ELECOM_BM084 0x0061 |