File tree 1 file changed +4
-0
lines changed 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,9 @@ static int option_send_setup(struct usb_serial_port *port);
120
120
#define ANYDATA_PRODUCT_ADU_E100A 0x6501
121
121
#define ANYDATA_PRODUCT_ADU_500A 0x6502
122
122
123
+ #define AXESSTEL_VENDOR_ID 0x1726
124
+ #define AXESSTEL_PRODUCT_MV110H 0x1000
125
+
123
126
#define BANDRICH_VENDOR_ID 0x1A8D
124
127
#define BANDRICH_PRODUCT_C100_1 0x1002
125
128
#define BANDRICH_PRODUCT_C100_2 0x1003
@@ -192,6 +195,7 @@ static struct usb_device_id option_ids[] = {
192
195
{ USB_DEVICE (DELL_VENDOR_ID , 0x8137 ) }, /* Dell Wireless HSDPA 5520 */
193
196
{ USB_DEVICE (ANYDATA_VENDOR_ID , ANYDATA_PRODUCT_ADU_E100A ) },
194
197
{ USB_DEVICE (ANYDATA_VENDOR_ID , ANYDATA_PRODUCT_ADU_500A ) },
198
+ { USB_DEVICE (AXESSTEL_VENDOR_ID , AXESSTEL_PRODUCT_MV110H ) },
195
199
{ USB_DEVICE (BANDRICH_VENDOR_ID , BANDRICH_PRODUCT_C100_1 ) },
196
200
{ USB_DEVICE (BANDRICH_VENDOR_ID , BANDRICH_PRODUCT_C100_2 ) },
197
201
{ USB_DEVICE (KYOCERA_VENDOR_ID , KYOCERA_PRODUCT_KPC680 ) },
You can’t perform that action at this time.
0 commit comments