Home
last modified time | relevance | path

Searched refs:foundPointer (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
1071 foundPointer = TRUE; in checkCoreInputDevices()
1076 foundPointer = TRUE; in checkCoreInputDevices()
1081 if (!foundPointer && (xf86Info.forceInputDevices || implicitLayout)) { in checkCoreInputDevices()
1088 foundPointer = TRUE; in checkCoreInputDevices()
1097 if (!foundPointer && xf86Info.forceInputDevices) { in checkCoreInputDevices()
1108 foundPointer = TRUE; in checkCoreInputDevices()
1115 if (!foundPointer && xf86Info.forceInputDevices) { in checkCoreInputDevices()
1120 foundPointer = TRUE; in checkCoreInputDevices()
1126 if (foundPointer && confInput) { in checkCoreInputDevices()
[all …]
/OK3568_Linux_fs/external/xserver/debian/patches/
H A D02_kbsd-input-devd.diff495 if (!xf86Info.forceInputDevices && !(foundPointer && foundKeyboard)) {