Skip to content

Commit ad834c7

Browse files
committed
Merge tag 'usb-serial-6.8-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
Johan writes: USB-serial device ids for 6.8-rc3 Here are some new device ids for 6.8-rc3. All have been in linux-next with no reported issues. * tag 'usb-serial-6.8-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial: USB: serial: option: add Fibocom FM101-GL variant USB: serial: qcserial: add new usb-id for Dell Wireless DW5826e USB: serial: cp210x: add ID for IMST iM871A-USB
2 parents f2e5d3d + b4a1f4e commit ad834c7

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

drivers/usb/serial/cp210x.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ static const struct usb_device_id id_table[] = {
146146
{ USB_DEVICE(0x10C4, 0x85F8) }, /* Virtenio Preon32 */
147147
{ USB_DEVICE(0x10C4, 0x8664) }, /* AC-Services CAN-IF */
148148
{ USB_DEVICE(0x10C4, 0x8665) }, /* AC-Services OBD-IF */
149+
{ USB_DEVICE(0x10C4, 0x87ED) }, /* IMST USB-Stick for Smart Meter */
149150
{ USB_DEVICE(0x10C4, 0x8856) }, /* CEL EM357 ZigBee USB Stick - LR */
150151
{ USB_DEVICE(0x10C4, 0x8857) }, /* CEL EM357 ZigBee USB Stick */
151152
{ USB_DEVICE(0x10C4, 0x88A4) }, /* MMB Networks ZigBee USB Device */

drivers/usb/serial/option.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2269,6 +2269,7 @@ static const struct usb_device_id option_ids[] = {
22692269
{ USB_DEVICE_INTERFACE_CLASS(0x2cb7, 0x0111, 0xff) }, /* Fibocom FM160 (MBIM mode) */
22702270
{ USB_DEVICE_INTERFACE_CLASS(0x2cb7, 0x01a0, 0xff) }, /* Fibocom NL668-AM/NL652-EU (laptop MBIM) */
22712271
{ USB_DEVICE_INTERFACE_CLASS(0x2cb7, 0x01a2, 0xff) }, /* Fibocom FM101-GL (laptop MBIM) */
2272+
{ USB_DEVICE_INTERFACE_CLASS(0x2cb7, 0x01a3, 0xff) }, /* Fibocom FM101-GL (laptop MBIM) */
22722273
{ USB_DEVICE_INTERFACE_CLASS(0x2cb7, 0x01a4, 0xff), /* Fibocom FM101-GL (laptop MBIM) */
22732274
.driver_info = RSVD(4) },
22742275
{ USB_DEVICE_INTERFACE_CLASS(0x2df3, 0x9d03, 0xff) }, /* LongSung M5710 */

drivers/usb/serial/qcserial.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ static const struct usb_device_id id_table[] = {
184184
{DEVICE_SWI(0x413c, 0x81d0)}, /* Dell Wireless 5819 */
185185
{DEVICE_SWI(0x413c, 0x81d1)}, /* Dell Wireless 5818 */
186186
{DEVICE_SWI(0x413c, 0x81d2)}, /* Dell Wireless 5818 */
187+
{DEVICE_SWI(0x413c, 0x8217)}, /* Dell Wireless DW5826e */
188+
{DEVICE_SWI(0x413c, 0x8218)}, /* Dell Wireless DW5826e QDL */
187189

188190
/* Huawei devices */
189191
{DEVICE_HWI(0x03f0, 0x581d)}, /* HP lt4112 LTE/HSPA+ Gobi 4G Modem (Huawei me906e) */

0 commit comments

Comments
 (0)