From 1fcce06d8f3f8cfe8c59563dd64d92fc5d71cc85 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 10 Feb 2005 10:58:31 +0000 Subject: add various/laptop category (only toshiba is detectable by pci_probe() though...) --- perl-install/modules.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/modules.pm') diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 8622b11f7..995b3d216 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -181,6 +181,7 @@ sub write_preload_conf { push @l, intersection([ qw(bttv cx8800 saa7134) ], [ 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'); my @l_26 = @l; if (my ($agp) = probe_category('various/agpgart')) { push @l_26, $agp->{driver}; -- cgit v1.2.1