Only set IFULL immediately following keyboard selftest on Toshiba T3100e. Fixes Samsung SPC systems. Patch from Greatpsycho.
This commit is contained in:
parent
0d5d7ac005
commit
ed000e77c8
1 changed files with 1 additions and 1 deletions
|
|
@ -359,7 +359,7 @@ void keyboard_at_write(uint16_t port, uint8_t val, void *priv)
|
|||
}
|
||||
/* T3100e expects STAT_IFULL to be set immediately
|
||||
* after sending 0xAA */
|
||||
keyboard_at.status |= STAT_IFULL;
|
||||
if(romset == ROM_T3100E) keyboard_at.status |= STAT_IFULL;
|
||||
keyboard_at.status |= STAT_SYSFLAG;
|
||||
keyboard_at.mem[0] |= 0x04;
|
||||
keyboard_at_adddata(0x55);
|
||||
|
|
|
|||
Loading…
Reference in a new issue