diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-04-05 14:06:59 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-04-05 14:06:59 +0000 |
commit | ab228ef081852e96ab766978231300736beb20f1 (patch) | |
tree | 0aa03dc0f07e863ca2e0ffae23ffd3d5384f9ff0 /perl-install/mouse.pm | |
parent | 9392966aa7660a6c58fe00db23266cc8c6e40590 (diff) | |
download | drakx-ab228ef081852e96ab766978231300736beb20f1.tar drakx-ab228ef081852e96ab766978231300736beb20f1.tar.gz drakx-ab228ef081852e96ab766978231300736beb20f1.tar.bz2 drakx-ab228ef081852e96ab766978231300736beb20f1.tar.xz drakx-ab228ef081852e96ab766978231300736beb20f1.zip |
really apply specific ALPS touchpad settings (#14510)
Diffstat (limited to 'perl-install/mouse.pm')
-rw-r--r-- | perl-install/mouse.pm | 1 |
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); } |