Skip to content

Commit f5d9644

Browse files
daedalus81jhovold
authored andcommitted
USB: serial: qcserial: add Dell DW5818, DW5819
Dell Wireless 5819/5818 devices are re-branded Sierra Wireless MC74 series which will by default boot with vid 0x413c and pid's 0x81cf, 0x81d0, 0x81d1, 0x81d2. Signed-off-by: Shrirang Bagul <[email protected]> Cc: stable <[email protected]> Signed-off-by: Johan Hovold <[email protected]>
1 parent c496ad8 commit f5d9644

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/usb/serial/qcserial.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@ static const struct usb_device_id id_table[] = {
174174
{DEVICE_SWI(0x413c, 0x81b3)}, /* Dell Wireless 5809e Gobi(TM) 4G LTE Mobile Broadband Card (rev3) */
175175
{DEVICE_SWI(0x413c, 0x81b5)}, /* Dell Wireless 5811e QDL */
176176
{DEVICE_SWI(0x413c, 0x81b6)}, /* Dell Wireless 5811e QDL */
177+
{DEVICE_SWI(0x413c, 0x81cf)}, /* Dell Wireless 5819 */
178+
{DEVICE_SWI(0x413c, 0x81d0)}, /* Dell Wireless 5819 */
179+
{DEVICE_SWI(0x413c, 0x81d1)}, /* Dell Wireless 5818 */
180+
{DEVICE_SWI(0x413c, 0x81d2)}, /* Dell Wireless 5818 */
177181

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

0 commit comments

Comments
 (0)