public inbox for linux-usb@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] add support for Sierra Wireless EM7590 0xc080 and 0xc081 compositions.
@ 2022-04-25  3:42 Ethan Yang
  2022-04-25  3:55 ` [PATCH v2] " Ethan Yang
  0 siblings, 1 reply; 7+ messages in thread
From: Ethan Yang @ 2022-04-25  3:42 UTC (permalink / raw)
  To: johan, gregkh, linux-usb, linux-kernel; +Cc: gchiang, Ethan Yang

add support for Sierra Wireless EM7590 0xc080 and 0xc081 compositions.

Signed-off-by: Ethan Yang <etyang@sierrawireless.com>
---
 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 c18bf8164bc2..38e70a573e2c 100644
--- a/drivers/usb/serial/qcserial.c
+++ b/drivers/usb/serial/qcserial.c
@@ -166,6 +166,8 @@ static const struct usb_device_id id_table[] = {
 	{DEVICE_SWI(0x1199, 0x9090)},	/* Sierra Wireless EM7565 QDL */
 	{DEVICE_SWI(0x1199, 0x9091)},	/* Sierra Wireless EM7565 */
 	{DEVICE_SWI(0x1199, 0x90d2)},	/* Sierra Wireless EM9191 QDL */
+	{DEVICE_SWI(0x1199, 0xc080)},	/* Sierra Wireless EM7590 */
+	{DEVICE_SWI(0x1199, 0xc081)},	/* Sierra Wireless EM7590 QDL */
 	{DEVICE_SWI(0x413c, 0x81a2)},	/* Dell Wireless 5806 Gobi(TM) 4G LTE Mobile Broadband Card */
 	{DEVICE_SWI(0x413c, 0x81a3)},	/* Dell Wireless 5570 HSPA+ (42Mbps) Mobile Broadband Card */
 	{DEVICE_SWI(0x413c, 0x81a4)},	/* Dell Wireless 5570e HSPA+ (42Mbps) Mobile Broadband Card */
-- 
2.17.1


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

end of thread, other threads:[~2022-05-05 13:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-25  3:42 [PATCH] add support for Sierra Wireless EM7590 0xc080 and 0xc081 compositions Ethan Yang
2022-04-25  3:55 ` [PATCH v2] " Ethan Yang
2022-04-25  5:18   ` Greg KH
2022-04-25  5:58     ` [PATCH v3] usb: serial: qcserial: add support for Sierra Wireless EM7590 ipis.yang
2022-05-05 11:29       ` Johan Hovold
2022-05-05 12:35         ` Ethan Yang
2022-05-05 13:51           ` Johan Hovold

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