Fix typo; the meaning of the 3rd parameter to genkbd_keyaction() is
'up' rather than 'down'. PR: 22466 MFC after: 10 days
This commit is contained in:
parent
34e45f9e71
commit
9a1d7da7c1
@ -249,7 +249,7 @@ kbd_get_fkeystr_t genkbd_get_fkeystr;
|
||||
kbd_diag_t genkbd_diag;
|
||||
|
||||
int genkbd_commonioctl(keyboard_t *kbd, u_long cmd, caddr_t arg);
|
||||
int genkbd_keyaction(keyboard_t *kbd, int keycode, int down,
|
||||
int genkbd_keyaction(keyboard_t *kbd, int keycode, int up,
|
||||
int *shiftstate, int *accents);
|
||||
|
||||
#endif /* _KERNEL */
|
||||
|
Loading…
Reference in New Issue
Block a user