u-boot/drivers/usb
Tom Rini 57a87a25f7 usb gadget ether: Fix warning in is_eth_addr_valid()
The gadget ethernet driver needs to keep copies of the MAC address (at
both endpoints) as strings so it needs a custom function for validation
of the MAC.  It was not however performing a totally correct check and
also was emitting a warning about a set but unused variable.  The
solution to both is that after checking the string contents we use the
standard test for a valid MAC.

Cc: Joe Hershberger <joe.hershberger@ni.com>
Cc: Marek Vasut <marex@denx.de>
Signed-off-by: Tom Rini <trini@ti.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
2012-11-04 11:00:38 -07:00
..
eth usb: add support for multiple usb controllers 2012-10-15 11:54:00 -07:00
gadget usb gadget ether: Fix warning in is_eth_addr_valid() 2012-11-04 11:00:38 -07:00
host powerpc/usb: fix bug of CPU hang when missing USB PHY clock 2012-10-22 08:25:12 +02:00
musb USB: musb_udc: Make musb_peri_rx_ep check for MUSB_RXCSR_RXPKTRDY 2012-10-23 08:33:17 -07:00
phy Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
ulpi usb: ulpi: add indicator configuration function 2012-10-15 11:54:01 -07:00