From ce73cb729e295da6d130da3e0049f2cbb5fd445c Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 18 Apr 2005 19:36:59 +0000 Subject: append evdev in modprobe.preload if a touchpad is detected --- perl-install/modules.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install') diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 99c27258b..fa5618b29 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -196,6 +196,7 @@ sub write_preload_conf { push @l, map { $_->{driver} } probe_category('multimedia/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(); my @l_26 = @l; push @l_26, map { $_->{driver} } probe_category('various/agpgart'); append_to_modules_loaded_at_startup("$::prefix/etc/modules", @l); -- cgit v1.2.1