Restore priority value for OGIO_KEYMAP

PR:		206678
Submitted by:	ecturt@gmail.com
Reviewed by:	cem
Approved by:	cem, matthew (mentor)
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D5095
This commit is contained in:
Nikolai Lifanov 2017-01-07 15:58:57 +00:00
parent 00742f6ced
commit 1c1cb6e087
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=311650

View File

@ -884,7 +884,7 @@ genkbd_commonioctl(keyboard_t *kbd, u_long cmd, caddr_t arg)
omapp->key[i].spcl = mapp->key[i].spcl;
omapp->key[i].flgs = mapp->key[i].flgs;
}
return (0);
break;
case PIO_KEYMAP: /* set keyboard translation table */
case OPIO_KEYMAP: /* set keyboard translation table (compat) */
#ifndef KBD_DISABLE_KEYMAP_LOAD