wait for usb cdrom

This commit is contained in:
Sergey Bolshakov 2005-03-03 13:36:28 +00:00
parent e6864f7c18
commit 6497fd23c9

View File

@ -368,6 +368,7 @@ static void usb_probe(enum driver_type type)
if (type == MEDIA_ADAPTERS) {
stg1_info_message("About to load driver for usb storage device: usb-storage");
my_insmod("usb-storage", ANY_DRIVER_TYPE, NULL);
sleep(5); /* wait for dust settles down */
}
#ifdef ENABLE_USBNET