summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-05-20 02:49:48 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-05-20 02:49:48 +0000
commit017f99c4407ea3f10ecec06baa5089f1a8eda622 (patch)
tree7b99af7039d54d2221b04ebef2a8f421879fd415 /perl-install/modules.pm
parent70e4b3a7741eec603c90d67d4c6ff71f0fe5284b (diff)
downloaddrakx-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.pm2
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();