diff options
Diffstat (limited to 'drivers/hid/hid-emsff.c')
-rw-r--r-- | drivers/hid/hid-emsff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-emsff.c b/drivers/hid/hid-emsff.c index 9bdde867a02f..2630d483d262 100644 --- a/drivers/hid/hid-emsff.c +++ b/drivers/hid/hid-emsff.c | |||
@@ -140,7 +140,7 @@ err: | |||
140 | } | 140 | } |
141 | 141 | ||
142 | static const struct hid_device_id ems_devices[] = { | 142 | static const struct hid_device_id ems_devices[] = { |
143 | { HID_USB_DEVICE(USB_VENDOR_ID_EMS, 0x118) }, | 143 | { HID_USB_DEVICE(USB_VENDOR_ID_EMS, USB_DEVICE_ID_EMS_TRIO_LINKER_PLUS_II) }, |
144 | { } | 144 | { } |
145 | }; | 145 | }; |
146 | MODULE_DEVICE_TABLE(hid, ems_devices); | 146 | MODULE_DEVICE_TABLE(hid, ems_devices); |