-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PS/2 Driver #4
Comments
Requires #6 so the devices get power |
Note that pins must be inputs floating whilst the DC PSU is off, to avoid back-powering the PS/2 device. |
#17 brings in pc-keyboard. This might need splitting into a generic PS/2 transport, and then a keyboard decoder. |
This is a good guide to how the PC keyboard controller works. https://www.win.tue.nl/~aeb/linux/kbd/scancodes-11.html#ss11.1 |
Keyboard reads work but need write support to alter LEDs and also to turn the mouse on. |
Also consider turning off PS/2 port when we're busy |
We need a generic PS/2 driver that works on GPIO pins and interrupts. We can then stand up two of them - one for keyboard, one for mouse.
The text was updated successfully, but these errors were encountered: