mirror of
https://github.com/X11Libre/xf86-input-evdev.git
synced 2026-03-31 21:03:05 +00:00
ActivateDevice() before EnableDevice() in EvdevNew.
This commit is contained in:
@@ -336,6 +336,7 @@ EvdevNew(evdevDriverPtr driver, evdevDevicePtr device)
|
||||
xf86ActivateDevice (pInfo);
|
||||
|
||||
pInfo->dev->inited = (device->callback(device->pInfo->dev, DEVICE_INIT) == Success);
|
||||
ActivateDevice(pInfo->dev);
|
||||
EnableDevice (pInfo->dev);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user