probing.c: insmod uas too

It's "USB Attached SCSI" for fast USB3 Flash media.
This commit is contained in:
Michael Shigorin 2016-10-24 20:51:31 +03:00
parent a7da388c7f
commit e5af5f5ae5

View File

@ -133,6 +133,7 @@ static void find_media(void)
wait_message("Waiting for USB storage devices to show up...");
my_insmod("usb_storage", NULL);
my_insmod("sd_mod", NULL);
my_insmod("uas", NULL);
while (usb_not_there() && (i < 10)) {
sleep(1);
i++;