[PATCH synaptics 4/5] Don't report all options unconditionally.
Peter Hutterer
peter.hutterer at who-t.net
Mon Jan 3 17:44:44 PST 2011
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 at who-t.net>
---
src/synaptics.c | 2 --
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) {
--
1.7.3.4
More information about the xorg-devel
mailing list