Skip to content

Commit 773e8e7

Browse files
Enrico Saujhovold
authored andcommitted
USB: serial: option: add Telit FE990 compositions
Add the following Telit FE990 compositions: 0x1080: tty, adb, rmnet, tty, tty, tty, tty 0x1081: tty, adb, mbim, tty, tty, tty, tty 0x1082: rndis, tty, adb, tty, tty, tty, tty 0x1083: tty, adb, ecm, tty, tty, tty, tty Signed-off-by: Enrico Sau <[email protected]> Link: https://lore.kernel.org/r/[email protected] Cc: [email protected] Signed-off-by: Johan Hovold <[email protected]>
1 parent 71f8afa commit 773e8e7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

drivers/usb/serial/option.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1300,6 +1300,14 @@ static const struct usb_device_id option_ids[] = {
13001300
.driver_info = NCTRL(0) | RSVD(1) },
13011301
{ USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, 0x1075, 0xff), /* Telit FN990 (PCIe) */
13021302
.driver_info = RSVD(0) },
1303+
{ USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, 0x1080, 0xff), /* Telit FE990 (rmnet) */
1304+
.driver_info = NCTRL(0) | RSVD(1) | RSVD(2) },
1305+
{ USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, 0x1081, 0xff), /* Telit FE990 (MBIM) */
1306+
.driver_info = NCTRL(0) | RSVD(1) },
1307+
{ USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, 0x1082, 0xff), /* Telit FE990 (RNDIS) */
1308+
.driver_info = NCTRL(2) | RSVD(3) },
1309+
{ USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, 0x1083, 0xff), /* Telit FE990 (ECM) */
1310+
.driver_info = NCTRL(0) | RSVD(1) },
13031311
{ USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_ME910),
13041312
.driver_info = NCTRL(0) | RSVD(1) | RSVD(3) },
13051313
{ USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_ME910_DUAL_MODEM),

0 commit comments

Comments
 (0)