diff options
-rw-r--r-- | drivers/usb/serial/option.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index e7e016e60333..0e4e63bcd22d 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/serial/option.c | |||
@@ -196,6 +196,9 @@ static int option_send_setup(struct usb_serial_port *port); | |||
196 | 196 | ||
197 | #define MAXON_VENDOR_ID 0x16d8 | 197 | #define MAXON_VENDOR_ID 0x16d8 |
198 | 198 | ||
199 | #define TELIT_VENDOR_ID 0x1bc7 | ||
200 | #define TELIT_PRODUCT_UC864E 0x1003 | ||
201 | |||
199 | static struct usb_device_id option_ids[] = { | 202 | static struct usb_device_id option_ids[] = { |
200 | { USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_COLT) }, | 203 | { USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_COLT) }, |
201 | { USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_RICOLA) }, | 204 | { USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_RICOLA) }, |
@@ -304,6 +307,7 @@ static struct usb_device_id option_ids[] = { | |||
304 | { USB_DEVICE(QUALCOMM_VENDOR_ID, 0x6613)}, /* Onda H600/ZTE MF330 */ | 307 | { USB_DEVICE(QUALCOMM_VENDOR_ID, 0x6613)}, /* Onda H600/ZTE MF330 */ |
305 | { USB_DEVICE(MAXON_VENDOR_ID, 0x6280) }, /* BP3-USB & BP3-EXT HSDPA */ | 308 | { USB_DEVICE(MAXON_VENDOR_ID, 0x6280) }, /* BP3-USB & BP3-EXT HSDPA */ |
306 | { USB_DEVICE(0x19d2, 0x0001) }, /* Telstra NextG CDMA */ | 309 | { USB_DEVICE(0x19d2, 0x0001) }, /* Telstra NextG CDMA */ |
310 | { USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_UC864E) }, | ||
307 | { } /* Terminating entry */ | 311 | { } /* Terminating entry */ |
308 | }; | 312 | }; |
309 | MODULE_DEVICE_TABLE(usb, option_ids); | 313 | MODULE_DEVICE_TABLE(usb, option_ids); |