netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: usb: dm9601: Add USB ID of Keenetic Plus DSL
@ 2020-09-01  8:57 Kamil Lorenc
  2020-09-01 22:36 ` David Miller
  0 siblings, 1 reply; 6+ messages in thread
From: Kamil Lorenc @ 2020-09-01  8:57 UTC (permalink / raw)
  To: Peter Korsgaard, David S. Miller, Jakub Kicinski
  Cc: netdev, linux-usb, linux-kernel, Kamil Lorenc

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


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [PATCH] net: usb: dm9601: Add USB ID of Keenetic Plus DSL
@ 2020-09-01 19:31 Kamil Lorenc
  2020-09-01 22:40 ` David Miller
  0 siblings, 1 reply; 6+ messages in thread
From: Kamil Lorenc @ 2020-09-01 19:31 UTC (permalink / raw)
  To: Peter Korsgaard, David S. Miller, Jakub Kicinski
  Cc: netdev, linux-usb, linux-kernel, Kamil Lorenc

> 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

I received an error from Peter Korsgaard's mailserver informing that his
email address does not exist. Should I do something with that fact?


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

end of thread, other threads:[~2020-09-02 15:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-01  8:57 [PATCH] net: usb: dm9601: Add USB ID of Keenetic Plus DSL Kamil Lorenc
2020-09-01 22:36 ` 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

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).