Commit 05ee2838 authored by Jiri Kosina's avatar Jiri Kosina

HID: emsff: use symbolic name instead of hardcoded PID constant

Use macro instead of 0x118 PID in device table.
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent d66c266a
......@@ -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[] = {
{ 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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment