aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-emsff.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hid/hid-emsff.c')
-rw-r--r--drivers/hid/hid-emsff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-emsff.c b/drivers/hid/hid-emsff.c
index a5dc13fe367b..4e02ec7a1c40 100644
--- a/drivers/hid/hid-emsff.c
+++ b/drivers/hid/hid-emsff.c
@@ -139,7 +139,7 @@ err:
139} 139}
140 140
141static const struct hid_device_id ems_devices[] = { 141static const struct hid_device_id ems_devices[] = {
142 { HID_USB_DEVICE(USB_VENDOR_ID_EMS, 0x118) }, 142 { HID_USB_DEVICE(USB_VENDOR_ID_EMS, USB_DEVICE_ID_EMS_TRIO_LINKER_PLUS_II) },
143 { } 143 { }
144}; 144};
145MODULE_DEVICE_TABLE(hid, ems_devices); 145MODULE_DEVICE_TABLE(hid, ems_devices);