public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] This change aims to support Foxconn SDX55. In some scenario, we need to use this port to capture memory dump.
@ 2021-08-11  3:53 Slark Xiao
  2021-08-11  6:40 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Slark Xiao @ 2021-08-11  3:53 UTC (permalink / raw)
  To: johan, gregkh; +Cc: linux-usb, linux-kernel, slark_xiao

Signed-off-by: Slark Xiao <slark_xiao@163.com>
---
 drivers/usb/serial/qcserial.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/usb/serial/qcserial.c b/drivers/usb/serial/qcserial.c
index 83da8236e3c8..d8b58aea3c60 100644
--- a/drivers/usb/serial/qcserial.c
+++ b/drivers/usb/serial/qcserial.c
@@ -111,6 +111,7 @@ static const struct usb_device_id id_table[] = {
 	{USB_DEVICE(0x16d8, 0x8002)},	/* CMDTech Gobi 2000 Modem device (VU922) */
 	{USB_DEVICE(0x05c6, 0x9204)},	/* Gobi 2000 QDL device */
 	{USB_DEVICE(0x05c6, 0x9205)},	/* Gobi 2000 Modem device */
+	{USB_DEVICE(0x05c6, 0x901d)},	/* Foxconn SDX55 QDL */
 
 	/* Gobi 3000 devices */
 	{USB_DEVICE(0x03f0, 0x371d)},	/* HP un2430 Gobi 3000 QDL */
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-11  6:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-11  3:53 [PATCH] This change aims to support Foxconn SDX55. In some scenario, we need to use this port to capture memory dump Slark Xiao
2021-08-11  6:40 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox