summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Config.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xfree86/common/xf86Config.c')
-rw-r--r--hw/xfree86/common/xf86Config.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/hw/xfree86/common/xf86Config.c b/hw/xfree86/common/xf86Config.c
index fde3a9c74..1052e2153 100644
--- a/hw/xfree86/common/xf86Config.c
+++ b/hw/xfree86/common/xf86Config.c
@@ -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");
+ }
}
/*