| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Route keyboard commands to a USB handler when USB keyboard is active.
Add a GETID handler for USB keyboards.
|
|
|
|
| |
Omitting "void" leads to a K&R style declaration which was not intended.
|
| |
|
|
|
|
|
|
|
| |
Use custom timeouts when issuing a reset.
Handle 1-byte returns from reset in ps2 code.
Do full keyboard reset even in coreboot mode.
Send set scan mode command during reset.
|
|
|
|
|
|
| |
Some devices only respond with 1 byte - if they timeout reading the
second byte, don't fail the whole operation - just continue and
handle the 1 byte.
|
|
Use command sending code for communicating with the ps2 port.
|