summaryrefslogtreecommitdiffstats
path: root/perl-install/mouse.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-04-05 14:06:59 +0000
committerOlivier Blin <oblin@mandriva.org>2005-04-05 14:06:59 +0000
commitab228ef081852e96ab766978231300736beb20f1 (patch)
tree0aa03dc0f07e863ca2e0ffae23ffd3d5384f9ff0 /perl-install/mouse.pm
parent9392966aa7660a6c58fe00db23266cc8c6e40590 (diff)
downloaddrakx-backup-do-not-use-ab228ef081852e96ab766978231300736beb20f1.tar
drakx-backup-do-not-use-ab228ef081852e96ab766978231300736beb20f1.tar.gz
drakx-backup-do-not-use-ab228ef081852e96ab766978231300736beb20f1.tar.bz2
drakx-backup-do-not-use-ab228ef081852e96ab766978231300736beb20f1.tar.xz
drakx-backup-do-not-use-ab228ef081852e96ab766978231300736beb20f1.zip
really apply specific ALPS touchpad settings (#14510)
Diffstat (limited to 'perl-install/mouse.pm')
-rw-r--r--perl-install/mouse.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/mouse.pm b/perl-install/mouse.pm
index 0f653eb56..e1cc1bcf8 100644
--- a/perl-install/mouse.pm
+++ b/perl-install/mouse.pm
@@ -398,6 +398,7 @@ sub set_xfree_conf {
Device => "/dev/$_->{device}",
Protocol => $_->{XMOUSETYPE},
Primary => $_ != $mouse->{auxmouse},
+ ALPS => $_->{ALPS},
} } @$synaptics);
}