X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=cmd%2Fusb.c;h=4fa456e318347452785edf5a2239fda63a1a6458;hb=53378dac8dc33e3fd5f07d60bd7a5f8258ac7a20;hp=455127c844b9937c60f9a1a8047d409b4694f635;hpb=e6e188f5623e3db7fcba785f4246d16425dd2104;p=u-boot diff --git a/cmd/usb.c b/cmd/usb.c index 455127c844..4fa456e318 100644 --- a/cmd/usb.c +++ b/cmd/usb.c @@ -571,11 +571,11 @@ static void do_usb_start(void) return; /* Driver model will probe the devices as they are found */ -#ifndef CONFIG_DM_USB # ifdef CONFIG_USB_STORAGE /* try to recognize storage devices immediately */ usb_stor_curr_dev = usb_stor_scan(1); # endif +#ifndef CONFIG_DM_USB # ifdef CONFIG_USB_KEYBOARD drv_usb_kbd_init(); # endif