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

This commit is contained in:
Peter Hutterer 2008-07-24 09:56:00 +09:30
parent ad4cd2e241
commit f30b0823db

View File

@ -2473,6 +2473,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");
}
}
/*