diff options
author | Dan Delaney <drdelaney@loclhst.com> | 2011-11-20 04:21:30 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-11-20 04:21:30 -0500 |
commit | 789aaa2ee0af1a0fba4c73f1874ad524d7be0771 (patch) | |
tree | 2f550ab8d6cf274c8e30e77e5c6c641b2d5c5ddc /drivers/usb/misc | |
parent | 4c33a885a5c8a9ad573249fa4ee4fb39af866599 (diff) |
HID/usbled: add support for Dream Cheeky DL100B Mailbox Friends Alert
Adding support for Dream Cheeky DL1800B Friend Alert device.
Signed-off-by: Dan Delaney <drdelaney@loclhst.com>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/usb/misc')
-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 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 | }; |
36 | MODULE_DEVICE_TABLE(usb, id_table); | 38 | MODULE_DEVICE_TABLE(usb, id_table); |