Skip to content

Commit 462c3ad

Browse files
committed
append Qualcomm GOBI 2K chipset ID for Panasonic CF-U1 Toughbook
1 parent fd2665f commit 462c3ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/usb/serial/qcserial.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ static const struct usb_device_id id_table[] = {
7676
{DEVICE_G1K(0x1bc7, 0x900e)}, /* Telit Gobi QDL device */
7777

7878
/* Gobi 2000 devices */
79-
{USB_DEVICE(0x04da, 0x250e)}, /* Panasonic Gobi 2000 QDL device */
80-
{USB_DEVICE(0x04da, 0x250f)}, /* Panasonic Gobi 2000 Modem device */
79+
{USB_DEVICE(0x04da, 0x250e)}, /* Panasonic Gobi 2000 QDL device */
80+
{USB_DEVICE(0x04da, 0x250f)}, /* Panasonic Gobi 2000 Modem device */
8181
{USB_DEVICE(0x1410, 0xa010)}, /* Novatel Gobi 2000 QDL device */
8282
{USB_DEVICE(0x1410, 0xa011)}, /* Novatel Gobi 2000 QDL device */
8383
{USB_DEVICE(0x1410, 0xa012)}, /* Novatel Gobi 2000 QDL device */

0 commit comments

Comments
 (0)