From 430cc12e2a1aaf87847e1d8ca88dddbdba0a5d37 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 18 Sep 2003 13:58:32 +0000 Subject: don't "probeall scsi_hostadapter usb-storage" (as requested by flepied and planel) --- perl-install/modules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 01f828c6f..552774cf7 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -364,7 +364,7 @@ sub when_load { if (my $category = module2category($name)) { if ($category =~ m,disk/(scsi|hardware_raid|usb|firewire),) { - add_probeall('scsi_hostadapter', $name); + add_probeall('scsi_hostadapter', $name) if $name ne 'usb-storage'; eval { load('sd_mod') }; } add_alias('sound-slot-0', $name) if $category =~ /sound/; -- cgit v1.2.1