aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-cando.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hid/hid-cando.c')
-rw-r--r--drivers/hid/hid-cando.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hid/hid-cando.c b/drivers/hid/hid-cando.c
index f9b2233d9e47..4267a6fdc277 100644
--- a/drivers/hid/hid-cando.c
+++ b/drivers/hid/hid-cando.c
@@ -235,6 +235,8 @@ static void cando_remove(struct hid_device *hdev)
235static const struct hid_device_id cando_devices[] = { 235static const struct hid_device_id cando_devices[] = {
236 { HID_USB_DEVICE(USB_VENDOR_ID_CANDO, 236 { HID_USB_DEVICE(USB_VENDOR_ID_CANDO,
237 USB_DEVICE_ID_CANDO_MULTI_TOUCH) }, 237 USB_DEVICE_ID_CANDO_MULTI_TOUCH) },
238 { HID_USB_DEVICE(USB_VENDOR_ID_CANDO,
239 USB_DEVICE_ID_CANDO_MULTI_TOUCH_11_6) },
238 { } 240 { }
239}; 241};
240MODULE_DEVICE_TABLE(hid, cando_devices); 242MODULE_DEVICE_TABLE(hid, cando_devices);