From 7465fa874e6651684768344d06dfe959d69f0733 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 23 Oct 2007 09:42:34 +0000 Subject: fix probing USB controllers when probing USB devices directly --- mdk-stage1/probing.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mdk-stage1') diff --git a/mdk-stage1/probing.c b/mdk-stage1/probing.c index ce8b48181..145343cc5 100644 --- a/mdk-stage1/probing.c +++ b/mdk-stage1/probing.c @@ -362,10 +362,8 @@ void probe_that_type(enum driver_type type, enum media_bus bus __attribute__ ((u struct pciusb_entries entries; int i; - if (!already_probed_usb_controllers) { - already_probed_usb_controllers = 1; + if (!already_probed_usb_controllers) probe_that_type(USB_CONTROLLERS, BUS_ANY); - } if (!already_mounted_usbdev) { already_mounted_usbdev = 1; -- cgit v1.2.1