Home
last modified time | relevance | path

Searched refs:foundKeyboard (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Config.c1017 Bool foundPointer = FALSE, foundKeyboard = FALSE; in checkCoreInputDevices() local
1170 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 …]
/OK3568_Linux_fs/external/xserver/debian/patches/
H A D02_kbsd-input-devd.diff495 if (!xf86Info.forceInputDevices && !(foundPointer && foundKeyboard)) {