Skip to content

Commit f32c5a0

Browse files
dnlplmjhovold
authored andcommitted
USB: serial: option: add Telit 0x1057, 0x1058, 0x1075 compositions
Add support for the following Telit FN980 and FN990 compositions: 0x1057: tty, adb, rmnet, tty, tty, tty, tty, tty 0x1058: tty, adb, tty, tty, tty, tty, tty 0x1075: adb, 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 3123109 commit f32c5a0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

drivers/usb/serial/option.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1217,6 +1217,10 @@ static const struct usb_device_id option_ids[] = {
12171217
.driver_info = NCTRL(0) | RSVD(1) },
12181218
{ USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, 0x1056, 0xff), /* Telit FD980 */
12191219
.driver_info = NCTRL(2) | RSVD(3) },
1220+
{ USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, 0x1057, 0xff), /* Telit FN980 */
1221+
.driver_info = NCTRL(0) | RSVD(1) | RSVD(2) },
1222+
{ USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, 0x1058, 0xff), /* Telit FN980 (PCIe) */
1223+
.driver_info = NCTRL(0) | RSVD(1) },
12201224
{ USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, 0x1060, 0xff), /* Telit LN920 (rmnet) */
12211225
.driver_info = NCTRL(0) | RSVD(1) | RSVD(2) },
12221226
{ USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, 0x1061, 0xff), /* Telit LN920 (MBIM) */
@@ -1233,6 +1237,8 @@ static const struct usb_device_id option_ids[] = {
12331237
.driver_info = NCTRL(2) | RSVD(3) },
12341238
{ USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, 0x1073, 0xff), /* Telit FN990 (ECM) */
12351239
.driver_info = NCTRL(0) | RSVD(1) },
1240+
{ USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, 0x1075, 0xff), /* Telit FN990 (PCIe) */
1241+
.driver_info = RSVD(0) },
12361242
{ USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_ME910),
12371243
.driver_info = NCTRL(0) | RSVD(1) | RSVD(3) },
12381244
{ USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_ME910_DUAL_MODEM),

0 commit comments

Comments
 (0)