Home
last modified time | relevance | path

Searched refs:forceInputDevices (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Globals.c123 .forceInputDevices = FALSE,
127 .forceInputDevices = TRUE,
H A Dxf86Config.c859 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 …]
H A Dxf86Privstr.h91 Bool forceInputDevices; /* force xorg.conf or built-in input devices */ member
/OK3568_Linux_fs/external/xserver/debian/patches/
H A D02_kbsd-input-devd.diff495 if (!xf86Info.forceInputDevices && !(foundPointer && foundKeyboard)) {
522 .forceInputDevices = FALSE,
/OK3568_Linux_fs/external/xserver/
H A DChangeLog102952 xfree86: rename allowEmptyInput to forceInputDevices.
102962 Rename to forceInputDevices, because that's essentially what it does. When