1
0
Fork 0

PS/2: request to resend when error is occured.

This commit is contained in:
tmk 2011-02-15 21:14:55 +09:00
parent 3015f191a5
commit 239bdbf419
4 changed files with 93 additions and 110 deletions

View file

@ -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