mirror of
https://github.com/X11Libre/xf86-input-keyboard.git
synced 2026-03-24 09:24:04 +00:00
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:
committed by
Gaetan Nadon
parent
390c4621dd
commit
4f1a3cff9d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user