Skip to content

Commit

Permalink
HBSD: Restore priority value for OGIO_KEYMAP
Browse files Browse the repository at this point in the history
Full details of bug report: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206678

Signed-off-by: CTurt <cturt@hardenedbsd.org>
  • Loading branch information
CTurt committed Jan 27, 2016
1 parent 2a89bd9 commit 9962f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/dev/kbd/kbd.c
Expand Up @@ -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
Expand Down

0 comments on commit 9962f56

Please sign in to comment.