Skip to content

Commit 924a921

Browse files
blochljhovold
authored andcommitted
USB: serial: option: Add Telit FT980-KS composition
This commit adds the following Telit FT980-KS composition: 0x1054: rndis, diag, adb, nmea, modem, modem, aux AT commands can be sent to /dev/ttyUSB2. Signed-off-by: Leonid Bloch <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Johan Hovold <[email protected]>
1 parent be4c5eb commit 924a921

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
@@ -1186,6 +1186,8 @@ static const struct usb_device_id option_ids[] = {
11861186
.driver_info = NCTRL(2) | RSVD(3) },
11871187
{ USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, 0x1053, 0xff), /* Telit FN980 (ECM) */
11881188
.driver_info = NCTRL(0) | RSVD(1) },
1189+
{ USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, 0x1054, 0xff), /* Telit FT980-KS */
1190+
.driver_info = NCTRL(2) | RSVD(3) },
11891191
{ USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_ME910),
11901192
.driver_info = NCTRL(0) | RSVD(1) | RSVD(3) },
11911193
{ USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_ME910_DUAL_MODEM),

0 commit comments

Comments
 (0)