aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/usbled.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/misc/usbled.c')
-rw-r--r--drivers/usb/misc/usbled.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/misc/usbled.c b/drivers/usb/misc/usbled.c
index 43f84e50d514..7ab97ee30519 100644
--- a/drivers/usb/misc/usbled.c
+++ b/drivers/usb/misc/usbled.c
@@ -31,6 +31,8 @@ static const struct usb_device_id id_table[] = {
31 .driver_info = DELCOM_VISUAL_SIGNAL_INDICATOR }, 31 .driver_info = DELCOM_VISUAL_SIGNAL_INDICATOR },
32 { USB_DEVICE(0x1d34, 0x0004), 32 { USB_DEVICE(0x1d34, 0x0004),
33 .driver_info = DREAM_CHEEKY_WEBMAIL_NOTIFIER }, 33 .driver_info = DREAM_CHEEKY_WEBMAIL_NOTIFIER },
34 { USB_DEVICE(0x1d34, 0x000a),
35 .driver_info = DREAM_CHEEKY_WEBMAIL_NOTIFIER },
34 { }, 36 { },
35}; 37};
36MODULE_DEVICE_TABLE(usb, id_table); 38MODULE_DEVICE_TABLE(usb, id_table);