mirror of
https://github.com/X11Libre/xf86-input-libinput.git
synced 2026-04-14 10:54:17 +00:00
Reapply configuration at DEVICE_ON
The driver ignored my xorg configuration. Maybe I am doing something wrong, but I tried to track down the error and came up with this solution. The device is closed after DEVICE_INIT so we need to apply configuration options at DEVICE_ON. Signed-off-by: Friedrich Schöller <code@schoeller.se> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
committed by
Peter Hutterer
parent
dcdf1e24c8
commit
45e9b6c64b
@@ -326,6 +326,8 @@ xf86libinput_on(DeviceIntPtr dev)
|
||||
driver_context.device_enabled_count++;
|
||||
dev->public.on = TRUE;
|
||||
|
||||
LibinputApplyConfig(dev);
|
||||
|
||||
return Success;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user