[U-Boot] [PATCH] net: asix: Add support for AX88772B

Marek Vasut marex at denx.de
Wed Oct 22 20:17:29 CEST 2014


On Thursday, October 09, 2014 at 05:43:30 AM, Alexandre Courbot wrote:
> This USB device works as-is on this driver.
> 
> Signed-off-by: Alexandre Courbot <acourbot at nvidia.com>
> ---
> 
>  drivers/usb/eth/asix.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/usb/eth/asix.c b/drivers/usb/eth/asix.c
> index 6557055e02b8..11811094ede8 100644
> --- a/drivers/usb/eth/asix.c
> +++ b/drivers/usb/eth/asix.c
> @@ -580,6 +580,7 @@ static const struct asix_dongle asix_dongles[] = {
>  	{ 0x2001, 0x3c05, FLAG_TYPE_AX88772 },
>  	/* ASIX 88772B */
>  	{ 0x0b95, 0x772b, FLAG_TYPE_AX88772B | FLAG_EEPROM_MAC },
> +	{ 0x0b95, 0x7e2b, FLAG_TYPE_AX88772B },
>  	{ 0x0000, 0x0000, FLAG_NONE }	/* END - Do not remove */
>  };

Applied, thanks!

Best regards,
Marek Vasut


More information about the U-Boot mailing list