From 5151781b92e205a63a87333ff0ffed91478d5ece Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 29 Sep 2004 02:49:31 +0000 Subject: (write_preload_conf) preload nvram on laptops --- perl-install/modules.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 619db5084..a5211cf60 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -175,6 +175,7 @@ sub write_preload_conf { push @l, 'scsi_hostadapter' if $conf->get_probeall('scsi_hostadapter'); push @l, intersection([ qw(bttv cx8800 saa7134) ], [ map { $_->{driver} } detect_devices::probeall() ]); + push @, 'nvram' if any { m!^N: Name="SynPS/2 Synaptics TouchPad"$! } cat_('/proc/bus/input/devices'); my @l_26 = @l; if (my ($agp) = probe_category('various/agpgart')) { push @l_26, $agp->{driver}; -- cgit v1.2.1