From b2785326b021f14ba4d762b1a66f259fa89090e1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 10 Feb 2005 10:59:29 +0000 Subject: (write_preload_conf) minimal joystick support: preload proper modules (though only those on sound cards from Creative Labs and Fortemedia are detectable by pci_probe()...) --- perl-install/modules.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-install/modules.pm b/perl-install/modules.pm index f09936b86..f540dedf8 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -182,6 +182,7 @@ sub write_preload_conf { [ map { $_->{driver} } detect_devices::probeall() ]); push @l, 'nvram' if cat_('/proc/bus/input/devices') =~ m!^N: Name="SynPS/2 Synaptics TouchPad"$!m; push @l, map { $_->{driver} } probe_category('various/laptop'); + push @l, map { $_->{driver} } probe_category('multimedia/joystick'); 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