Move WSCONS case inside switch statement.

Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Matthieu Herrb <matthieu.herrb@laas.fr>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
This commit is contained in:
Thomas Klausner
2013-07-29 23:23:46 +02:00
committed by Gaetan Nadon
parent 390c4621dd
commit 4f1a3cff9d

View File

@@ -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