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.hutte...@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 _______________________________________________ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel