Loading drivers/hid/hid-emsff.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -139,7 +139,7 @@ static int ems_probe(struct hid_device *hdev, const struct hid_device_id *id) } } static const struct hid_device_id ems_devices[] = { static const struct hid_device_id ems_devices[] = { { HID_USB_DEVICE(USB_VENDOR_ID_EMS, 0x118) }, { HID_USB_DEVICE(USB_VENDOR_ID_EMS, USB_DEVICE_ID_EMS_TRIO_LINKER_PLUS_II) }, { } { } }; }; MODULE_DEVICE_TABLE(hid, ems_devices); MODULE_DEVICE_TABLE(hid, ems_devices); Loading Loading
drivers/hid/hid-emsff.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -139,7 +139,7 @@ static int ems_probe(struct hid_device *hdev, const struct hid_device_id *id) } } static const struct hid_device_id ems_devices[] = { static const struct hid_device_id ems_devices[] = { { HID_USB_DEVICE(USB_VENDOR_ID_EMS, 0x118) }, { HID_USB_DEVICE(USB_VENDOR_ID_EMS, USB_DEVICE_ID_EMS_TRIO_LINKER_PLUS_II) }, { } { } }; }; MODULE_DEVICE_TABLE(hid, ems_devices); MODULE_DEVICE_TABLE(hid, ems_devices); Loading