mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Mayur Nande <Mayur.Nande@medel.com>
To: "'barebox@lists.infradead.org'" <barebox@lists.infradead.org>
Subject: [PATCH] net: usb: asix: Add D-link DUB-E100 H/W Ver C1 support
Date: Mon, 27 Apr 2015 11:36:01 +0000	[thread overview]
Message-ID: <E1YmhKy-0006Jt-Op@bombadil.infradead.org> (raw)

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

             reply	other threads:[~2015-04-27 11:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-27 11:36 Mayur Nande [this message]
2015-04-28  6:54 ` Sascha Hauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1YmhKy-0006Jt-Op@bombadil.infradead.org \
    --to=mayur.nande@medel.com \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox