Skip to content

Commit 5648c07

Browse files
dnlplmjhovold
authored andcommitted
USB: serial: option: add Telit FD980 composition 0x1056
Add the following Telit FD980 composition 0x1056: Cfg #1: mass storage Cfg #2: rndis, tty, adb, tty, tty, tty, tty Signed-off-by: Daniele Palmas <dnlplm@gmail.com> Link: https://lore.kernel.org/r/20210803194711.3036-1-dnlplm@gmail.com Cc: stable@vger.kernel.org Signed-off-by: Johan Hovold <johan@kernel.org>
1 parent 1e9faef commit 5648c07

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
@@ -1203,6 +1203,8 @@ static const struct usb_device_id option_ids[] = {
12031203
.driver_info = NCTRL(2) | RSVD(3) },
12041204
{ USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, 0x1055, 0xff), /* Telit FN980 (PCIe) */
12051205
.driver_info = NCTRL(0) | RSVD(1) },
1206+
{ USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, 0x1056, 0xff), /* Telit FD980 */
1207+
.driver_info = NCTRL(2) | RSVD(3) },
12061208
{ USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_ME910),
12071209
.driver_info = NCTRL(0) | RSVD(1) | RSVD(3) },
12081210
{ USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_ME910_DUAL_MODEM),

0 commit comments

Comments
 (0)