Skip to content

Commit db0362e

Browse files
dnlplmjhovold
authored andcommitted
USB: serial: option: add Telit FN980 composition 0x1055
Add the following Telit FN980 composition: 0x1055: tty, adb, 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 489979b commit db0362e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/usb/serial/option.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,6 +1191,8 @@ static const struct usb_device_id option_ids[] = {
11911191
.driver_info = NCTRL(0) | RSVD(1) },
11921192
{ USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, 0x1054, 0xff), /* Telit FT980-KS */
11931193
.driver_info = NCTRL(2) | RSVD(3) },
1194+
{ USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, 0x1055, 0xff), /* Telit FN980 (PCIe) */
1195+
.driver_info = NCTRL(0) | RSVD(1) },
11941196
{ USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_ME910),
11951197
.driver_info = NCTRL(0) | RSVD(1) | RSVD(3) },
11961198
{ USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_ME910_DUAL_MODEM),

0 commit comments

Comments
 (0)