mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
usb: add support for multiple usb controllers
Allows to initialize more than one USB controller at once. v2: print message when controller stop fails Signed-off-by: Lucas Stach <dev@lynxeye.de> Reviewed-by: Marek Vasut <marex@denx.de>
This commit is contained in:
@@ -244,7 +244,7 @@ int usb_stor_scan(int mode)
|
||||
struct usb_device *dev;
|
||||
|
||||
if (mode == 1)
|
||||
printf(" scanning bus for storage devices... ");
|
||||
printf(" scanning usb for storage devices... ");
|
||||
|
||||
usb_disable_asynch(1); /* asynch transfer not allowed */
|
||||
|
||||
|
Reference in New Issue
Block a user