summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2010-12-08 11:08:55 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2011-01-05 07:33:32 +1000
commit07dbd6b85d806aa7ebb340f7f555d1992940f319 (patch)
treeb12d58275f52a24a1f900c1eba85a3f053479e7a
parent9b62f5c29152d59a894a463711737c52c97b5cbe (diff)
Don't report all options unconditionally.
While this is useful to see all options provided, it also lists options that are not actually interpreted by the driver. Skip it, use xf86Set*Option() instead to just report the options handled by the driver. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Daniel Stone <daniel@fooishbar.org>
-rw-r--r--src/synaptics.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/synaptics.c b/src/synaptics.c
index d336457..ab24b79 100644
--- a/src/synaptics.c
+++ b/src/synaptics.c
@@ -696,8 +696,6 @@ SynapticsPreInit(InputDriverPtr drv, InputInfoPtr pInfo, int flags)
pInfo->switch_mode = SwitchMode;
pInfo->private = priv;
- xf86OptionListReport(pInfo->options);
-
/* allocate now so we don't allocate in the signal handler */
priv->timer = TimerSet(NULL, 0, 0, NULL, NULL);
if (!priv->timer) {