aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-multitouch.c
diff options
context:
space:
mode:
authorChris Bagwell <chris@cnpbagwell.com>2011-11-23 10:54:27 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2012-01-25 17:24:51 -0800
commit242d5138b1a8f4a2519518027fff884fce3eeba4 (patch)
tree78631a4931b22a8126220105357894d088ef66aa /drivers/hid/hid-multitouch.c
parentc0ab420c6822529fa5aba05668e1e983b065460f (diff)
downloadkernel_samsung_espresso10-242d5138b1a8f4a2519518027fff884fce3eeba4.zip
kernel_samsung_espresso10-242d5138b1a8f4a2519518027fff884fce3eeba4.tar.gz
kernel_samsung_espresso10-242d5138b1a8f4a2519518027fff884fce3eeba4.tar.bz2
HID: hid-multitouch - add another eGalax id
commit 1fd8f047490dd0ec4e4db710fcbc1bd4798d944c upstream. 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> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/hid/hid-multitouch.c')
-rw-r--r--drivers/hid/hid-multitouch.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hid/hid-multitouch.c b/drivers/hid/hid-multitouch.c
index 685d8e4..0099bc4 100644
--- a/drivers/hid/hid-multitouch.c
+++ b/drivers/hid/hid-multitouch.c
@@ -646,6 +646,9 @@ static const struct hid_device_id mt_devices[] = {
{ .driver_data = MT_CLS_EGALAX,
HID_USB_DEVICE(USB_VENDOR_ID_DWAV,
USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH4) },
+ { .driver_data = MT_CLS_EGALAX,
+ HID_USB_DEVICE(USB_VENDOR_ID_DWAV,
+ USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH5) },
/* Elo TouchSystems IntelliTouch Plus panel */
{ .driver_data = MT_CLS_DUAL_NSMU_CONTACTID,