ActivateDevice() before EnableDevice() in EvdevNew.

This commit is contained in:
Peter Hutterer
2007-04-19 11:28:13 +09:30
parent 6db4a9fb84
commit 9875e2f7f9

View File

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