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

* Re: [PATCH] net: usb: dm9601: Add USB ID of Keenetic Plus DSL
  2020-09-01 19:31 [PATCH] net: usb: dm9601: Add USB ID of Keenetic Plus DSL Kamil Lorenc
@ 2020-09-01 22:40 ` David Miller
  2020-09-02 15:28   ` Kamil Lorenc
  0 siblings, 1 reply; 6+ messages in thread
From: David Miller @ 2020-09-01 22:40 UTC (permalink / raw)
  To: kamil; +Cc: jacmet, kuba, netdev, linux-usb, linux-kernel

From: Kamil Lorenc <kamil@re-ws.pl>
Date: 

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

Probably need a MAINTAINERS update.  Is there any other email address by
which Peter can be reached?

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

* Re: [PATCH] net: usb: dm9601: Add USB ID of Keenetic Plus DSL
  2020-09-01 22:40 ` David Miller
@ 2020-09-02 15:28   ` Kamil Lorenc
  0 siblings, 0 replies; 6+ messages in thread
From: Kamil Lorenc @ 2020-09-02 15:28 UTC (permalink / raw)
  To: David Miller; +Cc: jacmet, kuba, netdev, linux-usb, linux-kernel, kamil

W dniu 2020-09-02 00:40, David Miller napisał(a):
> From: Kamil Lorenc <kamil@re-ws.pl>
> Date:
> 
>> I received an error from Peter Korsgaard's mailserver informing that 
>> his
>> email address does not exist. Should I do something with that fact?
> 
> Probably need a MAINTAINERS update.  Is there any other email address 
> by
> which Peter can be reached?

Github pointed me to peter@korsgaard.com, but I haven't tried to reach 
him there.

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

* Re: [PATCH] net: usb: dm9601: Add USB ID of Keenetic Plus DSL
  2020-09-01 22:36 ` David Miller
@ 2020-09-02 15:22   ` Kamil Lorenc
  0 siblings, 0 replies; 6+ messages in thread
From: Kamil Lorenc @ 2020-09-02 15:22 UTC (permalink / raw)
  To: David Miller; +Cc: jacmet, kuba, netdev, linux-usb, linux-kernel

W dniu 2020-09-02 00:36, David Miller napisał(a):

> Applied, thanks.

You're welcome.

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

* Re: [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
  2020-09-02 15:22   ` Kamil Lorenc
  0 siblings, 1 reply; 6+ messages in thread
From: David Miller @ 2020-09-01 22:36 UTC (permalink / raw)
  To: kamil; +Cc: jacmet, kuba, netdev, linux-usb, linux-kernel

From: Kamil Lorenc <kamil@re-ws.pl>
Date: Tue,  1 Sep 2020 10:57:38 +0200

> Keenetic Plus DSL is a xDSL modem that uses dm9620 as its USB interface.
> 
> Signed-off-by: Kamil Lorenc <kamil@re-ws.pl>

Applied, thanks.

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

* [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

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 19:31 [PATCH] net: usb: dm9601: Add USB ID of Keenetic Plus DSL Kamil Lorenc
2020-09-01 22:40 ` David Miller
2020-09-02 15:28   ` Kamil Lorenc
  -- strict thread matches above, loose matches on Subject: below --
2020-09-01  8:57 Kamil Lorenc
2020-09-01 22:36 ` David Miller
2020-09-02 15:22   ` 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).