Searched refs:forceInputDevices (Results 1 – 5 of 5) sorted by relevance
123 .forceInputDevices = FALSE,127 .forceInputDevices = TRUE,
859 xf86Info.forceInputDevices = !(xf86Info.autoAddDevices && in configServerFlags()865 if (!xf86Info.forceInputDevices) in configServerFlags()1081 if (!foundPointer && (xf86Info.forceInputDevices || implicitLayout)) { in checkCoreInputDevices()1097 if (!foundPointer && xf86Info.forceInputDevices) { in checkCoreInputDevices()1115 if (!foundPointer && xf86Info.forceInputDevices) { in checkCoreInputDevices()1143 if (!foundPointer && xf86Info.forceInputDevices) { in checkCoreInputDevices()1180 if (!foundKeyboard && (xf86Info.forceInputDevices || implicitLayout)) { in checkCoreInputDevices()1196 if (!foundKeyboard && xf86Info.forceInputDevices) { in checkCoreInputDevices()1211 if (!foundKeyboard && xf86Info.forceInputDevices) { in checkCoreInputDevices()1239 if (!foundKeyboard && xf86Info.forceInputDevices) { in checkCoreInputDevices()[all …]
91 Bool forceInputDevices; /* force xorg.conf or built-in input devices */ member
495 if (!xf86Info.forceInputDevices && !(foundPointer && foundKeyboard)) {522 .forceInputDevices = FALSE,
102952 xfree86: rename allowEmptyInput to forceInputDevices.102962 Rename to forceInputDevices, because that's essentially what it does. When