PS/2: request to resend when error is occured.
This commit is contained in:
parent
3015f191a5
commit
239bdbf419
4 changed files with 93 additions and 110 deletions
|
@ -106,6 +106,7 @@ void keyboard_proc(void)
|
|||
return;
|
||||
}
|
||||
|
||||
// TODO: should send only when changed from last report
|
||||
if (matrix_is_modified()) {
|
||||
host_send_keyboard_report();
|
||||
#ifdef DEBUG_LED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue