File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1369,6 +1369,12 @@ static const struct usb_device_id option_ids[] = {
1369
1369
.driver_info = NCTRL (0 ) | RSVD (1 ) },
1370
1370
{ USB_DEVICE_INTERFACE_CLASS (TELIT_VENDOR_ID , 0x1075 , 0xff ), /* Telit FN990A (PCIe) */
1371
1371
.driver_info = RSVD (0 ) },
1372
+ { USB_DEVICE_INTERFACE_CLASS (TELIT_VENDOR_ID , 0x1077 , 0xff ), /* Telit FN990A (rmnet + audio) */
1373
+ .driver_info = NCTRL (0 ) | RSVD (1 ) | RSVD (2 ) },
1374
+ { USB_DEVICE_INTERFACE_CLASS (TELIT_VENDOR_ID , 0x1078 , 0xff ), /* Telit FN990A (MBIM + audio) */
1375
+ .driver_info = NCTRL (0 ) | RSVD (1 ) },
1376
+ { USB_DEVICE_INTERFACE_CLASS (TELIT_VENDOR_ID , 0x1079 , 0xff ), /* Telit FN990A (RNDIS + audio) */
1377
+ .driver_info = NCTRL (2 ) | RSVD (3 ) },
1372
1378
{ USB_DEVICE_INTERFACE_CLASS (TELIT_VENDOR_ID , 0x1080 , 0xff ), /* Telit FE990A (rmnet) */
1373
1379
.driver_info = NCTRL (0 ) | RSVD (1 ) | RSVD (2 ) },
1374
1380
{ USB_DEVICE_INTERFACE_CLASS (TELIT_VENDOR_ID , 0x1081 , 0xff ), /* Telit FE990A (MBIM) */
You can’t perform that action at this time.
0 commit comments