diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/serial/option.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index f3859d34756f..8c3f55b080b4 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/serial/option.c | |||
@@ -117,6 +117,8 @@ static int option_send_setup(struct usb_serial_port *port); | |||
117 | #define BANDRICH_PRODUCT_C100_1 0x1002 | 117 | #define BANDRICH_PRODUCT_C100_1 0x1002 |
118 | #define BANDRICH_PRODUCT_C100_2 0x1003 | 118 | #define BANDRICH_PRODUCT_C100_2 0x1003 |
119 | 119 | ||
120 | #define DELL_VENDOR_ID 0x413C | ||
121 | |||
120 | static struct usb_device_id option_ids[] = { | 122 | static struct usb_device_id option_ids[] = { |
121 | { USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_COLT) }, | 123 | { USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_COLT) }, |
122 | { USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_RICOLA) }, | 124 | { USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_RICOLA) }, |
@@ -171,6 +173,7 @@ static struct usb_device_id option_ids[] = { | |||
171 | { USB_DEVICE(ANYDATA_VENDOR_ID, ANYDATA_PRODUCT_ID) }, | 173 | { USB_DEVICE(ANYDATA_VENDOR_ID, ANYDATA_PRODUCT_ID) }, |
172 | { USB_DEVICE(BANDRICH_VENDOR_ID, BANDRICH_PRODUCT_C100_1) }, | 174 | { USB_DEVICE(BANDRICH_VENDOR_ID, BANDRICH_PRODUCT_C100_1) }, |
173 | { USB_DEVICE(BANDRICH_VENDOR_ID, BANDRICH_PRODUCT_C100_2) }, | 175 | { USB_DEVICE(BANDRICH_VENDOR_ID, BANDRICH_PRODUCT_C100_2) }, |
176 | { USB_DEVICE(DELL_VENDOR_ID, 0x8118) }, /* Dell Wireless 5510 Mobile Broadband HSDPA ExpressCard */ | ||
174 | { } /* Terminating entry */ | 177 | { } /* Terminating entry */ |
175 | }; | 178 | }; |
176 | MODULE_DEVICE_TABLE(usb, option_ids); | 179 | MODULE_DEVICE_TABLE(usb, option_ids); |