diff options
| -rw-r--r-- | drivers/usb/serial/option.c | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index 9963a8b75840..43be23a24575 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/serial/option.c | |||
| @@ -96,21 +96,6 @@ static struct usb_device_id option_ids[] = { | |||
| 96 | { USB_DEVICE(ANYDATA_VENDOR_ID, ANYDATA_PRODUCT_ID) }, | 96 | { USB_DEVICE(ANYDATA_VENDOR_ID, ANYDATA_PRODUCT_ID) }, |
| 97 | { } /* Terminating entry */ | 97 | { } /* Terminating entry */ |
| 98 | }; | 98 | }; |
| 99 | |||
| 100 | static struct usb_device_id option_ids1[] = { | ||
| 101 | { USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_OLD) }, | ||
| 102 | { USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_FUSION) }, | ||
| 103 | { USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_FUSION2) }, | ||
| 104 | { USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_COBRA) }, | ||
| 105 | { USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_COBRA2) }, | ||
| 106 | { USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_GTMAX36) }, | ||
| 107 | { USB_DEVICE(HUAWEI_VENDOR_ID, HUAWEI_PRODUCT_E600) }, | ||
| 108 | { USB_DEVICE(HUAWEI_VENDOR_ID, HUAWEI_PRODUCT_E220) }, | ||
| 109 | { USB_DEVICE(NOVATELWIRELESS_VENDOR_ID,NOVATELWIRELESS_PRODUCT_U740) }, | ||
| 110 | { USB_DEVICE(ANYDATA_VENDOR_ID, ANYDATA_PRODUCT_ID) }, | ||
| 111 | { } /* Terminating entry */ | ||
| 112 | }; | ||
| 113 | |||
| 114 | MODULE_DEVICE_TABLE(usb, option_ids); | 99 | MODULE_DEVICE_TABLE(usb, option_ids); |
| 115 | 100 | ||
| 116 | static struct usb_driver option_driver = { | 101 | static struct usb_driver option_driver = { |
| @@ -132,7 +117,7 @@ static struct usb_serial_driver option_1port_device = { | |||
| 132 | }, | 117 | }, |
| 133 | .description = "GSM modem (1-port)", | 118 | .description = "GSM modem (1-port)", |
| 134 | .usb_driver = &option_driver, | 119 | .usb_driver = &option_driver, |
| 135 | .id_table = option_ids1, | 120 | .id_table = option_ids, |
| 136 | .num_interrupt_in = NUM_DONT_CARE, | 121 | .num_interrupt_in = NUM_DONT_CARE, |
| 137 | .num_bulk_in = NUM_DONT_CARE, | 122 | .num_bulk_in = NUM_DONT_CARE, |
| 138 | .num_bulk_out = NUM_DONT_CARE, | 123 | .num_bulk_out = NUM_DONT_CARE, |
