Home
last modified time | relevance | path

Searched hist:"988 ee3e3f024f4565f98584b9026df73c459c268" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dether.c988ee3e3f024f4565f98584b9026df73c459c268 Wed Dec 01 15:43:43 UTC 2010 Lei Wen <leiwen@marvell.com> usb_ether: register usb ethernet gadget at each eth init

Since the ether may not be the only one usb gadget would be used
in the uboot, it is neccessary to do the register each time the
eth begin to work to make usb gadget driver less confussed when
we want to use two different usb gadget at the same time.

Usb gadget driver could simple ignore the register operation, if
it find the driver has been registered already.

Signed-off-by: Lei Wen <leiwen@marvell.com>