aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/hid/hid-huion.c1
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
244static const struct hid_device_id huion_devices[] = { 244static 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};
248MODULE_DEVICE_TABLE(hid, huion_devices); 249MODULE_DEVICE_TABLE(hid, huion_devices);