Applied the last two mainline PCem commits;

Restored the Mouse Systems mouse identify byte back to 'H'.
This commit is contained in:
OBattler
2017-07-25 00:36:17 +02:00
parent 9eb563a1ab
commit bb0840fbe0
5 changed files with 206 additions and 264 deletions

View File

@@ -349,7 +349,7 @@ void mousecallback(void *p)
switch(mouse->type)
{
case 0:
serial_write_fifo(mouse->serial, 'M');
serial_write_fifo(mouse->serial, 'H');
break;
case 1:
default: