Searched refs:XI86_DEVICE_DISABLED (Results 1 – 2 of 2) sorted by relevance
319 pInfo->flags |= XI86_DEVICE_DISABLED; in xf86DisableInputDeviceForVTSwitch()329 if (pInfo->dev && (pInfo->flags & XI86_DEVICE_DISABLED) == 0) in xf86EnableInputDeviceForVTSwitch()331 pInfo->flags &= ~XI86_DEVICE_DISABLED; in xf86EnableInputDeviceForVTSwitch()
67 #define XI86_DEVICE_DISABLED 0x10 /* device was disabled before vt switch */ macro