summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-09-29 02:49:31 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-09-29 02:49:31 +0000
commit5151781b92e205a63a87333ff0ffed91478d5ece (patch)
tree6ab1ec6761389d0d49fbc7b901cfd1e9b98ae56e /perl-install/modules.pm
parent6aefaec3e80f8adbdf6cb9b77bf65ebd452a76c4 (diff)
downloaddrakx-backup-do-not-use-5151781b92e205a63a87333ff0ffed91478d5ece.tar
drakx-backup-do-not-use-5151781b92e205a63a87333ff0ffed91478d5ece.tar.gz
drakx-backup-do-not-use-5151781b92e205a63a87333ff0ffed91478d5ece.tar.bz2
drakx-backup-do-not-use-5151781b92e205a63a87333ff0ffed91478d5ece.tar.xz
drakx-backup-do-not-use-5151781b92e205a63a87333ff0ffed91478d5ece.zip
(write_preload_conf) preload nvram on laptops
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r--perl-install/modules.pm1
1 files changed, 1 insertions, 0 deletions
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};