xfree86: if AllowEmptyInput is on, warn the user that we rely on HAL now.

(cherry picked from commit f30b0823db)
This commit is contained in:
Peter Hutterer 2008-07-24 09:56:00 +09:30
parent 37927b8bfa
commit 538942cc65

View File

@ -2460,6 +2460,13 @@ static void
checkInput(serverLayoutPtr layout) {
if (!xf86Info.allowEmptyInput)
checkCoreInputDevices(layout, FALSE);
else
{
xf86Msg(X_INFO, "AllowEmptyInput is on.\n"
"\tThe server relies on HAL to provide the list of input "
"devices.\n\tIf no devices become available, reconfigure "
"HAL.\n");
}
}
/*