mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-28 12:10:07 +01:00
xfree86: if AllowEmptyInput is on, warn the user that we rely on HAL now.
(cherry picked from commit f30b0823db)
This commit is contained in:
parent
37927b8bfa
commit
538942cc65
1 changed files with 7 additions and 0 deletions
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue