summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--lib/Xconfig/xfree.pm2
2 files changed, 4 insertions, 1 deletions
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;
}