netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kamil Lorenc <kamil@re-ws.pl>
To: Peter Korsgaard <jacmet@sunsite.dk>,
	"David S. Miller" <davem@davemloft.net>,
	Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org, linux-usb@vger.kernel.org,
	linux-kernel@vger.kernel.org, Kamil Lorenc <kamil@re-ws.pl>
Subject: [PATCH] net: usb: dm9601: Add USB ID of Keenetic Plus DSL
Date: Tue,  1 Sep 2020 10:57:38 +0200	[thread overview]
Message-ID: <20200901085738.27482-1-kamil@re-ws.pl> (raw)

Keenetic Plus DSL is a xDSL modem that uses dm9620 as its USB interface.

Signed-off-by: Kamil Lorenc <kamil@re-ws.pl>
---
 drivers/net/usb/dm9601.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/net/usb/dm9601.c b/drivers/net/usb/dm9601.c
index b91f92e4e5f2..915ac75b55fc 100644
--- a/drivers/net/usb/dm9601.c
+++ b/drivers/net/usb/dm9601.c
@@ -625,6 +625,10 @@ static const struct usb_device_id products[] = {
 	 USB_DEVICE(0x0a46, 0x1269),	/* DM9621A USB to Fast Ethernet Adapter */
 	 .driver_info = (unsigned long)&dm9601_info,
 	},
+	{
+	 USB_DEVICE(0x0586, 0x3427),	/* ZyXEL Keenetic Plus DSL xDSL modem */
+	 .driver_info = (unsigned long)&dm9601_info,
+	},
 	{},			// END
 };
 
-- 
2.28.0


             reply	other threads:[~2020-09-01  9:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-01  8:57 Kamil Lorenc [this message]
2020-09-01 22:36 ` [PATCH] net: usb: dm9601: Add USB ID of Keenetic Plus DSL David Miller
2020-09-02 15:22   ` Kamil Lorenc
2020-09-01 19:31 Kamil Lorenc
2020-09-01 22:40 ` David Miller
2020-09-02 15:28   ` Kamil Lorenc

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=20200901085738.27482-1-kamil@re-ws.pl \
    --to=kamil@re-ws.pl \
    --cc=davem@davemloft.net \
    --cc=jacmet@sunsite.dk \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=netdev@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;
as well as URLs for NNTP newsgroup(s).