Skip to content

Commit 2b503c8

Browse files
dnlplmjhovold
authored andcommitted
USB: serial: option: add Telit FN990 compositions
Add the following Telit FN990 compositions: 0x1070: tty, adb, rmnet, tty, tty, tty, tty 0x1071: tty, adb, mbim, tty, tty, tty, tty 0x1072: rndis, tty, adb, tty, tty, tty, tty 0x1073: tty, adb, ecm, tty, tty, tty, tty Signed-off-by: Daniele Palmas <[email protected]> Link: https://lore.kernel.org/r/[email protected] Cc: [email protected] Signed-off-by: Johan Hovold <[email protected]>
1 parent 83b6704 commit 2b503c8

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
@@ -1219,6 +1219,14 @@ static const struct usb_device_id option_ids[] = {
12191219
.driver_info = NCTRL(2) | RSVD(3) },
12201220
{ USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, 0x1063, 0xff), /* Telit LN920 (ECM) */
12211221
.driver_info = NCTRL(0) | RSVD(1) },
1222+
{ USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, 0x1070, 0xff), /* Telit FN990 (rmnet) */
1223+
.driver_info = NCTRL(0) | RSVD(1) | RSVD(2) },
1224+
{ USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, 0x1071, 0xff), /* Telit FN990 (MBIM) */
1225+
.driver_info = NCTRL(0) | RSVD(1) },
1226+
{ USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, 0x1072, 0xff), /* Telit FN990 (RNDIS) */
1227+
.driver_info = NCTRL(2) | RSVD(3) },
1228+
{ USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, 0x1073, 0xff), /* Telit FN990 (ECM) */
1229+
.driver_info = NCTRL(0) | RSVD(1) },
12221230
{ USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_ME910),
12231231
.driver_info = NCTRL(0) | RSVD(1) | RSVD(3) },
12241232
{ USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_ME910_DUAL_MODEM),

0 commit comments

Comments
 (0)