lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 16 Oct 2015 02:00:21 +0800
From:	changchias@...il.com
To:	linux-usb@...r.kernel.org
Cc:	Chia-Sheng Chang <changchias@...il.com>,
	"David S. Miller" <davem@...emloft.net>,
	Luca Ceresoli <luca@...aceresoli.net>,
	Christoph Jaeger <cj@...ux.com>,
	"Woojung.Huh@...rochip.com" <Woojung.Huh@...rochip.com>,
	Matthew Garrett <mjg59@...f.ucam.org>,
	Markus Elfring <elfring@...rs.sourceforge.net>,
	Charles Keepax <ckeepax@...nsource.wolfsonmicro.com>,
	netdev@...r.kernel.org
Subject: [PATCH] net: asix: add support for the Billionton GUSB2AM-1G-B USB adapter

From: Chia-Sheng Chang <changchias@...il.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@...il.com>
Cc: "David S. Miller" <davem@...emloft.net>
Cc: Luca Ceresoli <luca@...aceresoli.net>
Cc: Christoph Jaeger <cj@...ux.com>
Cc: "Woojung.Huh@...rochip.com" <Woojung.Huh@...rochip.com>
Cc: Matthew Garrett <mjg59@...f.ucam.org>
Cc: Markus Elfring <elfring@...rs.sourceforge.net>
Cc: Charles Keepax <ckeepax@...nsource.wolfsonmicro.com>
Cc: netdev@...r.kernel.org
Cc: linux-usb@...r.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

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ