Skip to content

Commit 00988f7

Browse files
committed
Merge tag 'usb-serial-6.0-rc8' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-next
Johan writes: "USB-serial fixes for 6.0-rc8 Here's one more modem device id for 6.0-rc8/final. All have been in linux-next with no reported issues." * tag 'usb-serial-6.0-rc8' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial: USB: serial: qcserial: add new usb-id for Dell branded EM7455
2 parents 3180d82 + eee4878 commit 00988f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/usb/serial/qcserial.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ static const struct usb_device_id id_table[] = {
177177
{DEVICE_SWI(0x413c, 0x81b3)}, /* Dell Wireless 5809e Gobi(TM) 4G LTE Mobile Broadband Card (rev3) */
178178
{DEVICE_SWI(0x413c, 0x81b5)}, /* Dell Wireless 5811e QDL */
179179
{DEVICE_SWI(0x413c, 0x81b6)}, /* Dell Wireless 5811e QDL */
180+
{DEVICE_SWI(0x413c, 0x81c2)}, /* Dell Wireless 5811e */
180181
{DEVICE_SWI(0x413c, 0x81cb)}, /* Dell Wireless 5816e QDL */
181182
{DEVICE_SWI(0x413c, 0x81cc)}, /* Dell Wireless 5816e */
182183
{DEVICE_SWI(0x413c, 0x81cf)}, /* Dell Wireless 5819 */

0 commit comments

Comments
 (0)