[PATCH joystick 7/9] Don't call xf86OptionListReport()

Peter Hutterer peter.hutterer at who-t.net
Tue Dec 14 18:58:12 PST 2010


All options used by the driver will show up in the log anyway.
And new xserver versions will call this for debugging purposes for us.

Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 src/jstk.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/jstk.c b/src/jstk.c
index 052675d..1803c67 100644
--- a/src/jstk.c
+++ b/src/jstk.c
@@ -556,7 +556,6 @@ jstkCorePreInit(InputDriverPtr drv, IDevPtr dev, int flags)
     priv->axis[5].mapping   = JSTK_MAPPING_Y;
 
     xf86CollectInputOptions(pInfo, NULL, NULL);
-    xf86OptionListReport(pInfo->options);
 
     /* Joystick device is mandatory */
     priv->device = xf86SetStrOption(dev->commonOptions, "Device", NULL);
-- 
1.7.3.3



More information about the xorg-devel mailing list