mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Synchronize with sys/i386/isa/syscons.c revision 1.198.
This commit is contained in:
parent
efc4a83cd0
commit
2ffc5777b7
1 changed files with 1 additions and 1 deletions
|
|
@ -1407,7 +1407,7 @@ scioctl(dev_t dev, int cmd, caddr_t data, int flag, struct proc *p)
|
|||
return 0;
|
||||
|
||||
case K_XLATE: /* switch to XLT ascii mode */
|
||||
if (scp == cur_console && scp->status == KBD_RAW_MODE)
|
||||
if (scp == cur_console && scp->status & KBD_RAW_MODE)
|
||||
shfts = ctls = alts = agrs = metas = 0;
|
||||
scp->status &= ~KBD_RAW_MODE;
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue