Searched refs:foundKeyboard (Results 1 – 2 of 2) sorted by relevance
1017 Bool foundPointer = FALSE, foundKeyboard = FALSE; in checkCoreInputDevices() local1170 foundKeyboard = TRUE; in checkCoreInputDevices()1175 foundKeyboard = TRUE; in checkCoreInputDevices()1180 if (!foundKeyboard && (xf86Info.forceInputDevices || implicitLayout)) { in checkCoreInputDevices()1187 foundKeyboard = TRUE; in checkCoreInputDevices()1196 if (!foundKeyboard && xf86Info.forceInputDevices) { in checkCoreInputDevices()1204 foundKeyboard = TRUE; in checkCoreInputDevices()1211 if (!foundKeyboard && xf86Info.forceInputDevices) { in checkCoreInputDevices()1216 foundKeyboard = TRUE; in checkCoreInputDevices()1222 if (foundKeyboard && confInput) { in checkCoreInputDevices()[all …]
495 if (!xf86Info.forceInputDevices && !(foundPointer && foundKeyboard)) {