theseus-os/Theseus

Moving PS/2 mouse and typing at the same time

hecatia-elegua opened this issue · 2 comments

The only thing working in that interaction is mouse clicks, which get interweaved with keyboard key events like it should be.
This is still the case if I just get one byte per interrupt, even if the only code running in these interrupts gets the byte and prints it.

Maybe qemu is at fault, that's why I would like to get bochs/real hardware running first.

Thanks for filing this! I'm not sure why this happens, but we'll work through it together over the coming weeks.

It helps to not "disable the trackpad while typing" on my host laptop 🙂
So #953 will solve this for qemu as well.