summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r--perl-install/modules.pm2
1 files changed, 1 insertions, 1 deletions
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/;