mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] net: usb: asix: Add D-link DUB-E100 H/W Ver C1 support
@ 2015-04-27 11:36 Mayur Nande
  2015-04-28  6:54 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Mayur Nande @ 2015-04-27 11:36 UTC (permalink / raw)
  To: 'barebox@lists.infradead.org'

Hello!

This patch adds support for USB ethernet adapter D-Link DUB-E100 H/W Rev C1. I tested this on
Beagleboneblack Rev A6A and our custom h/w based on i.mx6 Phytec phycore module. More 
information about the adapter is here: 
http://us.dlink.com/products/connect/high-speed-usb-2-0-fast-ethernet-adapter/ 
 
Signed-off-by: Mayur Nande <mayur.nande@medel.com>
---
 drivers/net/usb/asix.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/net/usb/asix.c b/drivers/net/usb/asix.c
index 14a8c76..7cce5b9 100644
--- a/drivers/net/usb/asix.c
+++ b/drivers/net/usb/asix.c
@@ -846,6 +846,10 @@ static const struct usb_device_id products [] = {
 	// LevelOne USB Fast Ethernet Adapter
 	USB_DEVICE(0x0b95, 0x772b),
 	.driver_info = &ax88772b_info,
+}, {
+	// DLink DUB-E100 H/W Ver C1
+	USB_DEVICE(0x2001, 0x1a02),
+	.driver_info = &ax88772_info,
 },
 	{ },		// END
 };
--
1.9.1

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: [PATCH] net: usb: asix: Add D-link DUB-E100 H/W Ver C1 support
  2015-04-27 11:36 [PATCH] net: usb: asix: Add D-link DUB-E100 H/W Ver C1 support Mayur Nande
@ 2015-04-28  6:54 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2015-04-28  6:54 UTC (permalink / raw)
  To: Mayur Nande; +Cc: 'barebox@lists.infradead.org'

On Mon, Apr 27, 2015 at 11:36:01AM +0000, Mayur Nande wrote:
> Hello!
> 
> This patch adds support for USB ethernet adapter D-Link DUB-E100 H/W Rev C1. I tested this on
> Beagleboneblack Rev A6A and our custom h/w based on i.mx6 Phytec phycore module. More 
> information about the adapter is here: 
> http://us.dlink.com/products/connect/high-speed-usb-2-0-fast-ethernet-adapter/ 
>  
> Signed-off-by: Mayur Nande <mayur.nande@medel.com>
> ---
>  drivers/net/usb/asix.c | 4 ++++
>  1 file changed, 4 insertions(+)

Applied, thanks

Sascha


-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2015-04-28  6:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-27 11:36 [PATCH] net: usb: asix: Add D-link DUB-E100 H/W Ver C1 support Mayur Nande
2015-04-28  6:54 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox