mirror of
https://github.com/X11Libre/xf86-input-joystick.git
synced 2026-03-24 01:34:06 +00:00
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:
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user