diff options
-rw-r--r-- | drivers/hid/hid-huion.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-huion.c b/drivers/hid/hid-huion.c index 6c811c1fbf55..438b54e147bb 100644 --- a/drivers/hid/hid-huion.c +++ b/drivers/hid/hid-huion.c | |||
@@ -243,6 +243,7 @@ static int huion_raw_event(struct hid_device *hdev, struct hid_report *report, | |||
243 | 243 | ||
244 | static const struct hid_device_id huion_devices[] = { | 244 | static const struct hid_device_id huion_devices[] = { |
245 | { HID_USB_DEVICE(USB_VENDOR_ID_HUION, USB_DEVICE_ID_HUION_TABLET) }, | 245 | { HID_USB_DEVICE(USB_VENDOR_ID_HUION, USB_DEVICE_ID_HUION_TABLET) }, |
246 | { HID_USB_DEVICE(USB_VENDOR_ID_UCLOGIC, USB_DEVICE_ID_HUION_TABLET) }, | ||
246 | { } | 247 | { } |
247 | }; | 248 | }; |
248 | MODULE_DEVICE_TABLE(hid, huion_devices); | 249 | MODULE_DEVICE_TABLE(hid, huion_devices); |