From mboxrd@z Thu Jan 1 00:00:00 1970 From: Date: Thu, 11 Oct 2012 05:38:59 -0000 Subject: No subject Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Simon Vanveerdeghem Date: Mon, 4 Mar 2013 16:27:02 +0100 Subject: [PATCH] Add support for D-Link DUB-E100 h/w-rev C1 =20 =20 Signed-off-by: Simon Vanveerdeghem --- drivers/usb/eth/asix.c | 2 ++ 1 file changed, 2 insertions(+) =20 diff --git a/drivers/usb/eth/asix.c b/drivers/usb/eth/asix.c index 75ec8f7..ac22e59 100644 --- a/drivers/usb/eth/asix.c +++ b/drivers/usb/eth/asix.c @@ -602,6 +602,8 @@ static const struct asix_dongle const asix_dongles[] =3D { { 0x2001, 0x3c05, FLAG_TYPE_AX88772 }, /* ASIX 88772B */ { 0x0b95, 0x772b, FLAG_TYPE_AX88772B | FLAG_EEPROM_MAC }, + /* DLink DUB-E100 H/W Ver C1 Alternate */ + { 0x2001, 0x1a02, FLAG_TYPE_AX88772 }, { 0x0000, 0x0000, FLAG_NONE } /* END - Do not remove */ }; --=20 1.7.10.4 =20 DISCLAIMER: Unless indicated otherwise, the information contained in this message is = privileged and confidential, and is intended only for the use of the = addressee(s) named above and others who have been specifically = authorized to receive it. If you are not the intended recipient, you are = hereby notified that any dissemination, distribution or copying of this = message and/or attachments is strictly prohibited. The company accepts = no liability for any damage caused by any virus transmitted by this = email. Furthermore, the company does not warrant a proper and complete = transmission of this information, nor does it accept liability for any = delays. If you have received this message in error, please contact the = sender and delete the message. Thank you. ------_=_NextPart_001_01CE1971.D9BC3630--