X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fhid%2Fhid-emsff.c;h=2630d483d2623a08eaf357fe41bef4bd29b7aaf0;hb=e0273728564a395a13cfed70e34da4f2613d2d44;hp=a5dc13fe367b7584e8290e1e5dcd29c5cd028df7;hpb=78761ff9bc4e944e0b4e5df1e7eedcfdbb1a9a1a;p=~andy%2Flinux diff --git a/drivers/hid/hid-emsff.c b/drivers/hid/hid-emsff.c index a5dc13fe367..2630d483d26 100644 --- a/drivers/hid/hid-emsff.c +++ b/drivers/hid/hid-emsff.c @@ -24,6 +24,7 @@ #include #include #include +#include #include "hid-ids.h" #include "usbhid/usbhid.h" @@ -139,7 +140,7 @@ err: } 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);