summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/probing.c
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-08-21 17:01:45 +0000
committerOlivier Blin <oblin@mandriva.com>2007-08-21 17:01:45 +0000
commit2ebb4c8f00e785daa2e7480e996ecd5a2890f47a (patch)
treed523bab081faf34dc0f7a0ccecf8fe0226cf45ae /mdk-stage1/probing.c
parent66c621beb24e42eb3d4e729a3a883c3269a8aef9 (diff)
downloaddrakx-2ebb4c8f00e785daa2e7480e996ecd5a2890f47a.tar
drakx-2ebb4c8f00e785daa2e7480e996ecd5a2890f47a.tar.gz
drakx-2ebb4c8f00e785daa2e7480e996ecd5a2890f47a.tar.bz2
drakx-2ebb4c8f00e785daa2e7480e996ecd5a2890f47a.tar.xz
drakx-2ebb4c8f00e785daa2e7480e996ecd5a2890f47a.zip
use '_' in module names when explicitely loading modules
Diffstat (limited to 'mdk-stage1/probing.c')
-rw-r--r--mdk-stage1/probing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/probing.c b/mdk-stage1/probing.c
index ae35d0c1e..adb6c4861 100644
--- a/mdk-stage1/probing.c
+++ b/mdk-stage1/probing.c
@@ -497,7 +497,7 @@ void probe_that_type(enum driver_type type, enum media_bus bus __attribute__ ((u
if (type == SCSI_ADAPTERS && already_probed_usb_controllers && !already_loaded_usb_scsi) {
already_loaded_usb_scsi = 1;
/* we can't allow additional modules floppy since we need usbkbd for keystrokes of usb keyboards */
- my_insmod("usb-storage", SCSI_ADAPTERS, NULL, 0);
+ my_insmod("usb_storage", SCSI_ADAPTERS, NULL, 0);
if (module_already_present("ieee1394"))
my_insmod("sbp2", SCSI_ADAPTERS, NULL, 0);
wait_message("Detecting USB mass-storage devices.");