Skip to content

Commit 83e29e4

Browse files
dnlplmgregkh
authored andcommitted
USB: serial: option: add Telit ME910 ECM composition
commit 6431866 upstream. This patch adds Telit ME910 family ECM composition 0x1102. Signed-off-by: Daniele Palmas <dnlplm@gmail.com> Cc: stable <stable@vger.kernel.org> Signed-off-by: Johan Hovold <johan@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent e90171e commit 83e29e4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/usb/serial/option.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,6 +1147,8 @@ static const struct usb_device_id option_ids[] = {
11471147
.driver_info = NCTRL(0) | RSVD(1) | RSVD(3) },
11481148
{ USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_ME910_DUAL_MODEM),
11491149
.driver_info = NCTRL(0) | RSVD(3) },
1150+
{ USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, 0x1102, 0xff), /* Telit ME910 (ECM) */
1151+
.driver_info = NCTRL(0) },
11501152
{ USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_LE910),
11511153
.driver_info = NCTRL(0) | RSVD(1) | RSVD(2) },
11521154
{ USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_LE910_USBCFG4),

0 commit comments

Comments
 (0)