>From Robert T. Retzlaff <[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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bsd_kbd.c b/src/bsd_kbd.c
index 7808d66..1e0531e 100644
--- a/src/bsd_kbd.c
+++ b/src/bsd_kbd.c
@@ -189,7 +189,6 @@ KbdOn(InputInfoPtr pInfo, int what)
ioctl(pInfo->fd, KDSKBMODE, K_RAW);
#endif
break;
-#endif
#ifdef WSCONS_SUPPORT
case WSCONS:
option = WSKBD_RAW;
@@ -204,6 +203,7 @@ KbdOn(InputInfoPtr pInfo, int what)
break;
#endif
}
+#endif
} else {
switch (pKbd->consType) {
#ifdef WSCONS_SUPPORT
--
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