diff options
Diffstat (limited to 'drivers/usb/misc/usbled.c')
-rw-r--r-- | drivers/usb/misc/usbled.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/misc/usbled.c b/drivers/usb/misc/usbled.c index 4af56fbc3c0..12d03e7ad63 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 | }; |
36 | MODULE_DEVICE_TABLE(usb, id_table); | 38 | MODULE_DEVICE_TABLE(usb, id_table); |