This way we can still setup keyboard map manually by xmodmap(1) etc. on less well supported ports.
>From Izumi Tsutsui <[email protected]> Signed-off-by: Thomas Klausner <[email protected]> Reviewed-by: Alan Coopersmith <[email protected]> Reviewed-by: Matthieu Herrb <[email protected]> --- src/bsd_kbd.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/bsd_kbd.c b/src/bsd_kbd.c index 083d84d..1048a13 100644 --- a/src/bsd_kbd.c +++ b/src/bsd_kbd.c @@ -432,10 +432,10 @@ OpenKeyboard(InputInfoPtr pInfo) break; #endif default: - xf86Msg(X_ERROR, "%s: Unsupported wskbd type \"%d\"", - pInfo->name, pKbd->wsKbdType); - close(pInfo->fd); - return FALSE; + xf86Msg(X_WARNING, "%s: Unsupported wskbd type \"%d\"\n", + pInfo->name, pKbd->wsKbdType); + printWsType("Unknown wskbd", pInfo->name); + break; } } #endif -- 1.8.3.3 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
