Reverted the AT keyboard code queues to before I created that mess, and fixed the DEL scan code sent on CTRL+ALT+DEL.
This commit is contained in:
@@ -675,7 +675,7 @@ pc_send_ca(uint16_t sc)
|
||||
void
|
||||
pc_send_cad(void)
|
||||
{
|
||||
pc_send_ca(0xE053);
|
||||
pc_send_ca(0x153);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user