Skip to content

Commit 3c0415f

Browse files
dnlplmjhovold
authored andcommitted
USB: serial: option: add support for Telit LE910 PID 0x1206
This patch adds support for 0x1206 PID of Telit LE910. Since the interfaces positions are the same than the ones for 0x1043 PID of Telit LE922, telit_le922_blacklist_usbcfg3 is used. Signed-off-by: Daniele Palmas <dnlplm@gmail.com> Cc: stable <stable@vger.kernel.org> Signed-off-by: Johan Hovold <johan@kernel.org>
1 parent d6c4dc3 commit 3c0415f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/usb/serial/option.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ static void option_instat_callback(struct urb *urb);
273273
#define TELIT_PRODUCT_LE922_USBCFG5 0x1045
274274
#define TELIT_PRODUCT_LE920 0x1200
275275
#define TELIT_PRODUCT_LE910 0x1201
276+
#define TELIT_PRODUCT_LE910_USBCFG4 0x1206
276277

277278
/* ZTE PRODUCTS */
278279
#define ZTE_VENDOR_ID 0x19d2
@@ -1198,6 +1199,8 @@ static const struct usb_device_id option_ids[] = {
11981199
.driver_info = (kernel_ulong_t)&telit_le922_blacklist_usbcfg0 },
11991200
{ USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_LE910),
12001201
.driver_info = (kernel_ulong_t)&telit_le910_blacklist },
1202+
{ USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_LE910_USBCFG4),
1203+
.driver_info = (kernel_ulong_t)&telit_le922_blacklist_usbcfg3 },
12011204
{ USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_LE920),
12021205
.driver_info = (kernel_ulong_t)&telit_le920_blacklist },
12031206
{ USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, ZTE_PRODUCT_MF622, 0xff, 0xff, 0xff) }, /* ZTE WCDMA products */

0 commit comments

Comments
 (0)