Skip to content
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

Moving PS/2 mouse and typing at the same time #832

Open
hecatia-elegua opened this issue Feb 2, 2023 · 2 comments · May be fixed by #953
Open

Moving PS/2 mouse and typing at the same time #832

hecatia-elegua opened this issue Feb 2, 2023 · 2 comments · May be fixed by #953
Assignees
Labels

Comments

@hecatia-elegua
Copy link
Contributor

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.

@kevinaboos
Copy link
Member

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

@kevinaboos kevinaboos added the bug label Feb 8, 2023
@hecatia-elegua hecatia-elegua changed the title Moving PS/2 mouse and typing at the same time stops the mouse Qemu: Moving PS/2 mouse and typing at the same time stops the mouse May 8, 2023
@hecatia-elegua hecatia-elegua linked a pull request May 8, 2023 that will close this issue
@hecatia-elegua hecatia-elegua changed the title Qemu: Moving PS/2 mouse and typing at the same time stops the mouse Moving PS/2 mouse and typing at the same time May 12, 2023
@hecatia-elegua
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants