diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
commit | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch) | |
tree | a8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /drivers/hid/hid-emsff.c | |
parent | 406089d01562f1e2bf9f089fd7637009ebaad589 (diff) |
Patched in Tegra support.
Diffstat (limited to 'drivers/hid/hid-emsff.c')
-rw-r--r-- | drivers/hid/hid-emsff.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/hid/hid-emsff.c b/drivers/hid/hid-emsff.c index 2630d483d26..a5dc13fe367 100644 --- a/drivers/hid/hid-emsff.c +++ b/drivers/hid/hid-emsff.c | |||
@@ -24,7 +24,6 @@ | |||
24 | #include <linux/hid.h> | 24 | #include <linux/hid.h> |
25 | #include <linux/input.h> | 25 | #include <linux/input.h> |
26 | #include <linux/usb.h> | 26 | #include <linux/usb.h> |
27 | #include <linux/module.h> | ||
28 | 27 | ||
29 | #include "hid-ids.h" | 28 | #include "hid-ids.h" |
30 | #include "usbhid/usbhid.h" | 29 | #include "usbhid/usbhid.h" |
@@ -140,7 +139,7 @@ err: | |||
140 | } | 139 | } |
141 | 140 | ||
142 | static const struct hid_device_id ems_devices[] = { | 141 | static const struct hid_device_id ems_devices[] = { |
143 | { HID_USB_DEVICE(USB_VENDOR_ID_EMS, USB_DEVICE_ID_EMS_TRIO_LINKER_PLUS_II) }, | 142 | { HID_USB_DEVICE(USB_VENDOR_ID_EMS, 0x118) }, |
144 | { } | 143 | { } |
145 | }; | 144 | }; |
146 | MODULE_DEVICE_TABLE(hid, ems_devices); | 145 | MODULE_DEVICE_TABLE(hid, ems_devices); |