From ab228ef081852e96ab766978231300736beb20f1 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 5 Apr 2005 14:06:59 +0000 Subject: really apply specific ALPS touchpad settings (#14510) --- perl-install/mouse.pm | 1 + 1 file changed, 1 insertion(+) 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); } -- cgit v1.2.1