From 07dbd6b85d806aa7ebb340f7f555d1992940f319 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 8 Dec 2010 11:08:55 +1000 Subject: 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 Reviewed-by: Daniel Stone --- src/synaptics.c | 2 -- 1 file changed, 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) { -- cgit v1.2.3