From 544289f7e512d6f9e8a7fbc9f4ceb3cb2c8d683d Mon Sep 17 00:00:00 2001 From: Oleg Kokorin Date: Mon, 7 Aug 2017 12:19:14 +0200 Subject: [PATCH] append Qualcomm GOBI 2K chipset ID for Panasonic CF-U1 Toughbook --- drivers/usb/serial/qcserial.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/serial/qcserial.c b/drivers/usb/serial/qcserial.c index 613f91add03da1..ecd8ab2ff71952 100644 --- a/drivers/usb/serial/qcserial.c +++ b/drivers/usb/serial/qcserial.c @@ -72,6 +72,8 @@ static const struct usb_device_id id_table[] = { {DEVICE_G1K(0x1bc7, 0x900e)}, /* Telit Gobi QDL device */ /* Gobi 2000 devices */ + {USB_DEVICE(0x04da, 0x250e)}, /* Panasonic Gobi 2000 QDL device */ + {USB_DEVICE(0x04da, 0x250f)}, /* Panasonic Gobi 2000 Modem device */ {USB_DEVICE(0x1410, 0xa010)}, /* Novatel Gobi 2000 QDL device */ {USB_DEVICE(0x1410, 0xa011)}, /* Novatel Gobi 2000 QDL device */ {USB_DEVICE(0x1410, 0xa012)}, /* Novatel Gobi 2000 QDL device */