Skip to content

Commit 8e852a7

Browse files
dnlplmjhovold
authored andcommitted
USB: serial: option: add ME910G1 ECM composition 0x110b
Add ME910G1 ECM composition 0x110b: tty, tty, tty, ecm Signed-off-by: Daniele Palmas <[email protected]> Link: https://lore.kernel.org/r/[email protected] Cc: stable <[email protected]> Signed-off-by: Johan Hovold <[email protected]>
1 parent 2c523b3 commit 8e852a7

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
@@ -1183,6 +1183,8 @@ static const struct usb_device_id option_ids[] = {
11831183
.driver_info = NCTRL(0) },
11841184
{ USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, 0x110a, 0xff), /* Telit ME910G1 */
11851185
.driver_info = NCTRL(0) | RSVD(3) },
1186+
{ USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, 0x110b, 0xff), /* Telit ME910G1 (ECM) */
1187+
.driver_info = NCTRL(0) },
11861188
{ USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_LE910),
11871189
.driver_info = NCTRL(0) | RSVD(1) | RSVD(2) },
11881190
{ USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_LE910_USBCFG4),

0 commit comments

Comments
 (0)