summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2004-01-22 10:51:14 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2004-01-22 10:51:14 +0000
commitf02e2a0a62ab6517a70ea9a153d4d1d008315091 (patch)
treeec857ec2f3b706dbf13f38e84fa85e9d5e0a2e64 /perl-install/modules.pm
parentd71419c3bf83c946f5707fe709477cce68248a0f (diff)
downloaddrakx-backup-do-not-use-f02e2a0a62ab6517a70ea9a153d4d1d008315091.tar
drakx-backup-do-not-use-f02e2a0a62ab6517a70ea9a153d4d1d008315091.tar.gz
drakx-backup-do-not-use-f02e2a0a62ab6517a70ea9a153d4d1d008315091.tar.bz2
drakx-backup-do-not-use-f02e2a0a62ab6517a70ea9a153d4d1d008315091.tar.xz
drakx-backup-do-not-use-f02e2a0a62ab6517a70ea9a153d4d1d008315091.zip
nice kernel guys spend their free time renaming modules for fun
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 f6e714a69..3c766503f 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -377,7 +377,7 @@ sub when_load {
load('snd-pcm-oss') if $name =~ /^snd-/;
add_alias('ieee1394-controller', $name) if member($name, 'ohci1394');
- add_probeall('usb-interface', $name) if member($name, qw(usb-uhci usb-ohci ehci-hcd));
+ add_probeall('usb-interface', $name) if member($name, qw(usb-uhci usb-ohci ehci-hcd uhci-hcd ohci-hcd));
add_alias('/dev/agpgart', $name) if $name =~ /-agp$/;
$conf{$name}{options} = join " ", @options if @options;