Skip to content

Commit fd2665f

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/usb/serial/qcserial.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +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 */
7981
{USB_DEVICE(0x1410, 0xa010)}, /* Novatel Gobi 2000 QDL device */
8082
{USB_DEVICE(0x1410, 0xa011)}, /* Novatel Gobi 2000 QDL device */
8183
{USB_DEVICE(0x1410, 0xa012)}, /* Novatel Gobi 2000 QDL device */

0 commit comments

Comments
 (0)