diff options
author | Roland Baum <rba@tr33.de> | 2010-09-08 12:27:55 (GMT) |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-09-08 12:30:35 (GMT) |
commit | cec15a0ece19116b6c2c53fedf9696c20124d491 (patch) | |
tree | d5efdeb7d42a1f14b3a09533bbd3ccc384cf61d9 /drivers/hid/hid-mosart.c | |
parent | d34c4aa43df20bbf2730a67f14c1cf6d133d99e6 (diff) | |
download | linux-cec15a0ece19116b6c2c53fedf9696c20124d491.tar.xz |
HID: add device ID for new Asus Multitouch Controller
The following patch instructs usbhid/hid-mosart to handle a new multitouch
controller, built-in by some Asus EeePC T101MT models.
Signed-off-by: Roland Baum <rba@tr33.de>
Tested-by: Roland Baum <rba@tr33.de>
Acked-by: Stéphane Chatty <chatty@enac.fr>
CC: Stéphane Chatty <chatty@enac.fr>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-mosart.c')
-rw-r--r-- | drivers/hid/hid-mosart.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-mosart.c b/drivers/hid/hid-mosart.c index e91437c..ac5421d 100644 --- a/drivers/hid/hid-mosart.c +++ b/drivers/hid/hid-mosart.c @@ -239,6 +239,7 @@ static void mosart_remove(struct hid_device *hdev) static const struct hid_device_id mosart_devices[] = { { HID_USB_DEVICE(USB_VENDOR_ID_ASUS, USB_DEVICE_ID_ASUS_T91MT) }, + { HID_USB_DEVICE(USB_VENDOR_ID_ASUS, USB_DEVICE_ID_ASUSTEK_MULTITOUCH_YFO) }, { } }; MODULE_DEVICE_TABLE(hid, mosart_devices); |