diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-05-20 02:49:48 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-05-20 02:49:48 +0000 |
commit | 017f99c4407ea3f10ecec06baa5089f1a8eda622 (patch) | |
tree | 7b99af7039d54d2221b04ebef2a8f421879fd415 /perl-install/modules.pm | |
parent | 70e4b3a7741eec603c90d67d4c6ff71f0fe5284b (diff) | |
download | drakx-017f99c4407ea3f10ecec06baa5089f1a8eda622.tar drakx-017f99c4407ea3f10ecec06baa5089f1a8eda622.tar.gz drakx-017f99c4407ea3f10ecec06baa5089f1a8eda622.tar.bz2 drakx-017f99c4407ea3f10ecec06baa5089f1a8eda622.tar.xz drakx-017f99c4407ea3f10ecec06baa5089f1a8eda622.zip |
fix titi sux
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index fa5618b29..ea3eff5ac 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -193,7 +193,7 @@ sub write_preload_conf { push @l, map { if_($_->{driver} =~ /^Module:(.*)/, $1) } detect_devices::probeall(); push @l, 'nvram' if detect_devices::isLaptop(); push @l, map { $_->{driver} } probe_category('various/laptop'); - push @l, map { $_->{driver} } probe_category('multimedia/joystick'); + push @l, map { $_->{driver} } probe_category('input/joystick'); push @l, map { $_->{driver} } probe_category('various/crypto'); push @l, 'padlock' if cat_("/proc/cpuinfo") =~ /rng_en/; push @l, 'evdev' if detect_devices::getSynapticsTouchpads(); |