From 267391539e38114aeb9eb272f97eab1d404bcbf3 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 14 Dec 2007 16:41:21 +0000 Subject: use SendCoreEvents instead of AlwaysCore for Synaptics touchpads (#36140) --- NEWS | 3 +++ lib/Xconfig/xfree.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f869f91..9de2959 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +- mousedrake: + o use SendCoreEvents instead of AlwaysCore for Synaptics touchpads (#36140) + Version 0.40 - 10 December 2007, by Pascal "Pixel" Rigaux - XFdrake: diff --git a/lib/Xconfig/xfree.pm b/lib/Xconfig/xfree.pm index d7abba8..9074e32 100644 --- a/lib/Xconfig/xfree.pm +++ b/lib/Xconfig/xfree.pm @@ -346,7 +346,7 @@ sub set_synaptics { $h->{$k} = { val => $v, Option => 1 }; } $raw_X->add_Section('InputDevice', $h); - push @$layout, { val => qq("$identifier" "AlwaysCore") }; + push @$layout, { val => qq("$identifier" "SendCoreEvents") }; } @synaptics; } -- cgit v1.2.1