netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: asix: add support for the Billionton GUSB2AM-1G-B USB adapter
@ 2015-10-15 18:00 changchias
       [not found] ` <1444932021-1633-1-git-send-email-changchias-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: changchias @ 2015-10-15 18:00 UTC (permalink / raw)
  To: linux-usb
  Cc: Chia-Sheng Chang, David S. Miller, Luca Ceresoli,
	Christoph Jaeger, Woojung.Huh, Matthew Garrett, Markus Elfring,
	Charles Keepax, netdev

From: Chia-Sheng Chang <changchias@gmail.com>

Just another AX88178-based 10/100/1000 USB-to-Ethernet dongle. This one
shows up in lsusb as: "ID 08dd:0114 Billionton Systems, Inc".

Signed-off-by: Chia-Sheng Chang <changchias@gmail.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Luca Ceresoli <luca@lucaceresoli.net>
Cc: Christoph Jaeger <cj@linux.com>
Cc: "Woojung.Huh@microchip.com" <Woojung.Huh@microchip.com>
Cc: Matthew Garrett <mjg59@srcf.ucam.org>
Cc: Markus Elfring <elfring@users.sourceforge.net>
Cc: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Cc: netdev@vger.kernel.org
Cc: linux-usb@vger.kernel.org
---
 drivers/net/usb/Kconfig        |    1 +
 drivers/net/usb/asix_devices.c |    4 ++++
 2 files changed, 5 insertions(+)

diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig
index fbb9325..e66805e 100644
--- a/drivers/net/usb/Kconfig
+++ b/drivers/net/usb/Kconfig
@@ -164,6 +164,7 @@ config USB_NET_AX8817X
 	    * Aten UC210T
 	    * ASIX AX88172
 	    * Billionton Systems, USB2AR
+	    * Billionton Systems, GUSB2AM-1G-B
 	    * Buffalo LUA-U2-KTX
 	    * Corega FEther USB2-TX
 	    * D-Link DUB-E100
diff --git a/drivers/net/usb/asix_devices.c b/drivers/net/usb/asix_devices.c
index 1173a24..5cabefc 100644
--- a/drivers/net/usb/asix_devices.c
+++ b/drivers/net/usb/asix_devices.c
@@ -959,6 +959,10 @@ static const struct usb_device_id	products [] = {
 	USB_DEVICE (0x08dd, 0x90ff),
 	.driver_info =  (unsigned long) &ax8817x_info,
 }, {
+	// Billionton Systems, GUSB2AM-1G-B
+	USB_DEVICE(0x08dd, 0x0114),
+	.driver_info =  (unsigned long) &ax88178_info,
+}, {
 	// ATEN UC210T
 	USB_DEVICE (0x0557, 0x2009),
 	.driver_info =  (unsigned long) &ax8817x_info,
-- 
1.7.10.4

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

* Re: [PATCH] net: asix: add support for the Billionton GUSB2AM-1G-B USB adapter
       [not found] ` <1444932021-1633-1-git-send-email-changchias-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2015-10-19  2:36   ` David Miller
  0 siblings, 0 replies; 5+ messages in thread
From: David Miller @ 2015-10-19  2:36 UTC (permalink / raw)
  To: changchias-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-usb-u79uwXL29TY76Z2rM5mHXA, luca-ep08DiM7hqZH3+C6az13tg,
	cj-vYTEC60ixJUAvxtiuMwx3w, Woojung.Huh-UWL1GkI3JZL3oGB3hsPCZA,
	mjg59-1xO5oi07KQx4cg9Nei1l7Q,
	elfring-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f,
	ckeepax-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E,
	netdev-u79uwXL29TY76Z2rM5mHXA

From: changchias-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Date: Fri, 16 Oct 2015 02:00:21 +0800

> From: Chia-Sheng Chang <changchias-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> 
> Just another AX88178-based 10/100/1000 USB-to-Ethernet dongle. This one
> shows up in lsusb as: "ID 08dd:0114 Billionton Systems, Inc".
> 
> Signed-off-by: Chia-Sheng Chang <changchias-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> Cc: "David S. Miller" <davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] net: asix: add support for the Billionton GUSB2AM-1G-B USB adapter
  2015-10-15 13:05 ` David Miller
@ 2015-10-15 17:14   ` Jonathan Chang
  0 siblings, 0 replies; 5+ messages in thread
From: Jonathan Chang @ 2015-10-15 17:14 UTC (permalink / raw)
  To: David Miller
  Cc: linux-usb, luca, cj, Woojung.Huh, mjg59, elfring, ckeepax, netdev

On Thu, 15 Oct 2015 06:05:07 -0700, David Miller <davem@davemloft.net> writes:
> From: <jonathan.chang@delta.com.tw>
> Date: Thu, 15 Oct 2015 18:51:38 +0800
>
> > *************************************************************************
> > This email message, including any attachments, is for the sole
> > use of the intended recipient(s) and may contain confidential and
> > privileged information. Any unauthorized review, use, disclosure or
> > distribution is prohibited. If you are not the intended recipient, please
> > contact the sender by reply e-mail and destroy all copies of the original
> > message. [Delta Electronics, INC. Taiwan]
> > *************************************************************************
>
> I'm not considering any patch with something like this attached to it,
> sorry.

Yes, I fully understand. Because I seem unable to go around the annoying
message, I will try to resubmit the patch with another email
account. Thanks.

        Jonathan
*************************************************************************
This email message, including any attachments, is for the sole
use of the intended recipient(s) and may contain confidential and
privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message. [Delta Electronics, INC. Taiwan]
*************************************************************************

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

* Re: [PATCH] net: asix: add support for the Billionton GUSB2AM-1G-B USB adapter
  2015-10-15 10:51 jonathan.chang-QMLhiDbVPGenedCIQ9mT8A
@ 2015-10-15 13:05 ` David Miller
  2015-10-15 17:14   ` Jonathan Chang
  0 siblings, 1 reply; 5+ messages in thread
From: David Miller @ 2015-10-15 13:05 UTC (permalink / raw)
  To: jonathan.chang
  Cc: linux-usb, luca, cj, Woojung.Huh, mjg59, elfring, ckeepax, netdev

From: <jonathan.chang@delta.com.tw>
Date: Thu, 15 Oct 2015 18:51:38 +0800

> *************************************************************************
> This email message, including any attachments, is for the sole
> use of the intended recipient(s) and may contain confidential and
> privileged information. Any unauthorized review, use, disclosure or
> distribution is prohibited. If you are not the intended recipient, please
> contact the sender by reply e-mail and destroy all copies of the original
> message. [Delta Electronics, INC. Taiwan]
> *************************************************************************

I'm not considering any patch with something like this attached to it,
sorry.

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

* [PATCH] net: asix: add support for the Billionton GUSB2AM-1G-B USB adapter
@ 2015-10-15 10:51 jonathan.chang-QMLhiDbVPGenedCIQ9mT8A
  2015-10-15 13:05 ` David Miller
  0 siblings, 1 reply; 5+ messages in thread
From: jonathan.chang-QMLhiDbVPGenedCIQ9mT8A @ 2015-10-15 10:51 UTC (permalink / raw)
  To: linux-usb-u79uwXL29TY76Z2rM5mHXA
  Cc: Jonathan Chang, David S. Miller, Luca Ceresoli, Christoph Jaeger,
	Woojung.Huh-UWL1GkI3JZL3oGB3hsPCZA, Matthew Garrett,
	Markus Elfring, Charles Keepax, netdev-u79uwXL29TY76Z2rM5mHXA

From: Jonathan Chang <jonathan.chang@delta.com.tw>

Just another AX88178-based 10/100/1000 USB-to-Ethernet dongle. This one
shows up in lsusb as: "ID 08dd:0114 Billionton Systems, Inc".

Signed-off-by: Jonathan Chang <jonathan.chang@delta.com.tw>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Luca Ceresoli <luca@lucaceresoli.net>
Cc: Christoph Jaeger <cj@linux.com>
Cc: "Woojung.Huh@microchip.com" <Woojung.Huh@microchip.com>
Cc: Matthew Garrett <mjg59@srcf.ucam.org>
Cc: Markus Elfring <elfring@users.sourceforge.net>
Cc: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Cc: netdev@vger.kernel.org
Cc: linux-usb@vger.kernel.org
---
 drivers/net/usb/Kconfig        |    1 +
 drivers/net/usb/asix_devices.c |    4 ++++
 2 files changed, 5 insertions(+)

diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig
index fbb9325..e66805e 100644
--- a/drivers/net/usb/Kconfig
+++ b/drivers/net/usb/Kconfig
@@ -164,6 +164,7 @@ config USB_NET_AX8817X
 	    * Aten UC210T
 	    * ASIX AX88172
 	    * Billionton Systems, USB2AR
+	    * Billionton Systems, GUSB2AM-1G-B
 	    * Buffalo LUA-U2-KTX
 	    * Corega FEther USB2-TX
 	    * D-Link DUB-E100
diff --git a/drivers/net/usb/asix_devices.c b/drivers/net/usb/asix_devices.c
index 1173a24..5cabefc 100644
--- a/drivers/net/usb/asix_devices.c
+++ b/drivers/net/usb/asix_devices.c
@@ -959,6 +959,10 @@ static const struct usb_device_id	products [] = {
 	USB_DEVICE (0x08dd, 0x90ff),
 	.driver_info =  (unsigned long) &ax8817x_info,
 }, {
+	// Billionton Systems, GUSB2AM-1G-B
+	USB_DEVICE(0x08dd, 0x0114),
+	.driver_info =  (unsigned long) &ax88178_info,
+}, {
 	// ATEN UC210T
 	USB_DEVICE (0x0557, 0x2009),
 	.driver_info =  (unsigned long) &ax8817x_info,
-- 
1.7.10.4

*************************************************************************
This email message, including any attachments, is for the sole
use of the intended recipient(s) and may contain confidential and
privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message. [Delta Electronics, INC. Taiwan]
*************************************************************************

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

end of thread, other threads:[~2015-10-19  2:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-15 18:00 [PATCH] net: asix: add support for the Billionton GUSB2AM-1G-B USB adapter changchias
     [not found] ` <1444932021-1633-1-git-send-email-changchias-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-10-19  2:36   ` David Miller
  -- strict thread matches above, loose matches on Subject: below --
2015-10-15 10:51 jonathan.chang-QMLhiDbVPGenedCIQ9mT8A
2015-10-15 13:05 ` David Miller
2015-10-15 17:14   ` Jonathan Chang

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