summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2010-06-01 13:06:02 +0200
committerCarlos Garnacho <carlosg@gnome.org>2010-06-02 01:10:31 +0200
commit84c82127f0fe54fec9f3d5f81f0f6ca60f656c86 (patch)
treef2796fa2122c0ddafce4bb3c8bcb95b0a8326b52
parent67c75047fa126fced09dd7b59a84886ef0c6818c (diff)
Disable SendCoreEvents on subdevs.
-rw-r--r--src/evdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/evdev.c b/src/evdev.c
index 8f68115..389d7b9 100644
--- a/src/evdev.c
+++ b/src/evdev.c
@@ -3153,7 +3153,7 @@ EvdevCreateSubDevice(InputInfoPtr pInfo, int id) {
char *name;
add_option (&input_options, "Type", "Object");
- add_option (&input_options, "SendCoreEvents", "on");
+ add_option (&input_options, "SendCoreEvents", "off");
add_option (&input_options, "driver",
xf86FindOptionValue (pInfo->options, "driver"));