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:	Thu, 15 Oct 2015 18:51:38 +0800
From:	<jonathan.chang@...ta.com.tw>
To:	<linux-usb@...r.kernel.org>
CC:	Jonathan Chang <jonathan.chang@...ta.com.tw>,
	"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: Jonathan Chang <jonathan.chang@...ta.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@...ta.com.tw>
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

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ