This must be done before SetDeviceAndProtocol to ensure that the "Device" option is set correctly.
Signed-off-by: Giuseppe Bilotta <[email protected]> --- src/synaptics.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/synaptics.c b/src/synaptics.c index eae48d2..89398f5 100644 --- a/src/synaptics.c +++ b/src/synaptics.c @@ -705,6 +705,8 @@ SynapticsPreInit(InputDriverPtr drv, InputInfoPtr pInfo, int flags) pInfo->conversion_proc = ConvertProc; pInfo->private = priv; + xf86CollectInputOptions(pInfo, NULL, NULL); + xf86OptionListReport(pInfo->options); /* allocate now so we don't allocate in the signal handler */ -- 1.7.3.rc1.230.gdf48043 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
