Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Config.c1018 const char *pointerMsg = NULL, *keyboardMsg = NULL; in checkCoreInputDevices() local
1189 keyboardMsg = "first core keyboard device"; in checkCoreInputDevices()
1206 keyboardMsg = "first keyboard device"; in checkCoreInputDevices()
1217 keyboardMsg = "default keyboard configuration"; in checkCoreInputDevices()
1256 if (keyboardMsg) { in checkCoreInputDevices()
1259 keyboardMsg); in checkCoreInputDevices()
1263 "\tUsing the %s.\n", keyboardMsg); in checkCoreInputDevices()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog186280 - bug fix: pointerMsg -> keyboardMsg in auto-configuration code.