Don't call xf86OptionListReport()

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@who-t.net>
Reviewed-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
Peter Hutterer
2010-12-14 16:48:50 +10:00
parent 135aaf612b
commit df0567d2fa
2 changed files with 0 additions and 2 deletions

View File

@@ -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);

View File

@@ -219,7 +219,6 @@ jstkKeyboardPreInit(InputDriverPtr drv, IDevPtr _dev, int flags)
pInfo->conf_idev = dev;
xf86CollectInputOptions(pInfo, NULL, NULL);
xf86OptionListReport(pInfo->options);
xf86ProcessCommonOptions(pInfo, pInfo->options);