Message ID | 1706002788-19606-1-git-send-email-wojackbb@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 129690fb229a20b6e563a77a2c85266acecf20bc |
Headers | show |
Series | USB: serial: qcserial: add new usb-id for Dell Wireless DW5826e | expand |
On Tue, Jan 23, 2024 at 05:39:48PM +0800, wojackbb@gmail.com wrote: > From: JackBB Wu <wojackbb@gmail.com> > > Add support for Dell DW5826e with USB-id 0x413c:0x8217 & 0x413c:0x8218. > Signed-off-by: JackBB Wu <wojackbb@gmail.com> Now applied, thanks. Johan
diff --git a/drivers/usb/serial/qcserial.c b/drivers/usb/serial/qcserial.c index b1e844b..703a9c5 100644 --- a/drivers/usb/serial/qcserial.c +++ b/drivers/usb/serial/qcserial.c @@ -184,6 +184,8 @@ static const struct usb_device_id id_table[] = { {DEVICE_SWI(0x413c, 0x81d0)}, /* Dell Wireless 5819 */ {DEVICE_SWI(0x413c, 0x81d1)}, /* Dell Wireless 5818 */ {DEVICE_SWI(0x413c, 0x81d2)}, /* Dell Wireless 5818 */ + {DEVICE_SWI(0x413c, 0x8217)}, /* Dell Wireless DW5826e */ + {DEVICE_SWI(0x413c, 0x8218)}, /* Dell Wireless DW5826e QDL */ /* Huawei devices */ {DEVICE_HWI(0x03f0, 0x581d)}, /* HP lt4112 LTE/HSPA+ Gobi 4G Modem (Huawei me906e) */