File tree Expand file tree Collapse file tree 4 files changed +2
-362
lines changed Expand file tree Collapse file tree 4 files changed +2
-362
lines changed Original file line number Diff line number Diff line change @@ -64,14 +64,6 @@ config USB_SERIAL_AIRCABLE
64
64
To compile this driver as a module, choose M here: the module
65
65
will be called aircable.
66
66
67
- config USB_SERIAL_AIRPRIME
68
- tristate "USB AirPrime CDMA Wireless Driver"
69
- help
70
- Say Y here if you want to use a AirPrime CDMA Wireless PC card.
71
-
72
- To compile this driver as a module, choose M here: the
73
- module will be called airprime.
74
-
75
67
config USB_SERIAL_ARK3116
76
68
tristate "USB ARK Micro 3116 USB Serial Driver"
77
69
help
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ usbserial-obj-$(CONFIG_USB_EZUSB) += ezusb.o
12
12
usbserial-objs := usb-serial.o generic.o bus.o $(usbserial-obj-y )
13
13
14
14
obj-$(CONFIG_USB_SERIAL_AIRCABLE) += aircable.o
15
- obj-$(CONFIG_USB_SERIAL_AIRPRIME) += airprime.o
16
15
obj-$(CONFIG_USB_SERIAL_ARK3116) += ark3116.o
17
16
obj-$(CONFIG_USB_SERIAL_BELKIN) += belkin_sa.o
18
17
obj-$(CONFIG_USB_SERIAL_CH341) += ch341.o
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -173,6 +173,7 @@ static int option_send_setup(struct usb_serial_port *port);
173
173
#define DELL_VENDOR_ID 0x413C
174
174
175
175
#define KYOCERA_VENDOR_ID 0x0c88
176
+ #define KYOCERA_PRODUCT_KPC650 0x17da
176
177
#define KYOCERA_PRODUCT_KPC680 0x180a
177
178
178
179
#define ANYDATA_VENDOR_ID 0x16d5
@@ -305,6 +306,7 @@ static struct usb_device_id option_ids[] = {
305
306
{ USB_DEVICE (ONDA_VENDOR_ID , ONDA_PRODUCT_ET502HS ) },
306
307
{ USB_DEVICE (BANDRICH_VENDOR_ID , BANDRICH_PRODUCT_C100_1 ) },
307
308
{ USB_DEVICE (BANDRICH_VENDOR_ID , BANDRICH_PRODUCT_C100_2 ) },
309
+ { USB_DEVICE (KYOCERA_VENDOR_ID , KYOCERA_PRODUCT_KPC650 ) },
308
310
{ USB_DEVICE (KYOCERA_VENDOR_ID , KYOCERA_PRODUCT_KPC680 ) },
309
311
{ USB_DEVICE (QUALCOMM_VENDOR_ID , 0x6000 )}, /* ZTE AC8700 */
310
312
{ USB_DEVICE (QUALCOMM_VENDOR_ID , 0x6613 )}, /* Onda H600/ZTE MF330 */
You can’t perform that action at this time.
0 commit comments