public inbox for linux-usb@vger.kernel.org
 help / color / mirror / Atom feed
From: Ethan Yang <ipis.yang@gmail.com>
To: johan@kernel.org, gregkh@linuxfoundation.org,
	linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: gchiang@sierrawireless.com, ipis.yang@gmail.com,
	Ethan Yang <etyang@sierrawireless.com>
Subject: [PATCH v2] add support for Sierra Wireless EM7590 0xc080 and 0xc081 compositions.
Date: Mon, 25 Apr 2022 11:55:20 +0800	[thread overview]
Message-ID: <20220425035520.4717-1-etyang@sierrawireless.com> (raw)
In-Reply-To: <20220425034204.4345-1-etyang@sierrawireless.com>

add support for Sierra Wireless EM7590 0xc080 and 0xc081

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..586ef5551e76 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 QDL */
+	{DEVICE_SWI(0x1199, 0xc081)},	/* Sierra Wireless EM7590 */
 	{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


  reply	other threads:[~2022-04-25  3:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-25  3:42 [PATCH] add support for Sierra Wireless EM7590 0xc080 and 0xc081 compositions Ethan Yang
2022-04-25  3:55 ` Ethan Yang [this message]
2022-04-25  5:18   ` [PATCH v2] " 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220425035520.4717-1-etyang@sierrawireless.com \
    --to=ipis.yang@gmail.com \
    --cc=etyang@sierrawireless.com \
    --cc=gchiang@sierrawireless.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=johan@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox