On Tue, Apr 12, 2011 at 2:50 PM, Wolfgang Denk wrote:
> Dear Simon Glass,
>
> In message <1302642840-6958-1-git-send-email-...@chromium.org> you wrote:
>> The SMSC95XX is a USB hub with a built-in Ethernet adapter. This adds support
>> for this, using the USB host network framework.
> Please make
On Tuesday, April 12, 2011 17:13:56 Simon Glass wrote:
> +static struct smsc95xx_dongle smsc95xx_dongles[] = {
> + { 0x0424, 0xec00 }, /* LAN9512/LAN9514 Ethernet */
> + { 0x0424, 0x9500 }, /* LAN9500 Ethernet */
> + { 0x, 0x } /* END - Do not remove */
> +};
shoul
Dear Simon Glass,
In message <1302642840-6958-1-git-send-email-...@chromium.org> you wrote:
> The SMSC95XX is a USB hub with a built-in Ethernet adapter. This adds support
> for this, using the USB host network framework.
>
> TEST=usb start; bootp; tftp ...
>
> Signed-off-by: Simon Glass
> ---
The SMSC95XX is a USB hub with a built-in Ethernet adapter. This adds support
for this, using the USB host network framework.
TEST=usb start; bootp; tftp ...
Signed-off-by: Simon Glass
---
drivers/usb/eth/Makefile|1 +
drivers/usb/eth/smsc95xx.c | 922 +
4 matches
Mail list logo