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

[vali] usb hid driver rewrite #239

Open
Meulengracht opened this issue Feb 10, 2021 · 1 comment
Open

[vali] usb hid driver rewrite #239

Meulengracht opened this issue Feb 10, 2021 · 1 comment

Comments

@Meulengracht
Copy link
Owner

Is your feature request related to a problem? Please describe.
We need to rewrite the usb HID driver in order to re-enable support for usb mouse and keyboard.

Describe the solution you'd like
Reuse existing implementation and rewrite it so it fits our current coding standard, and bring the code quality up to date.

Additional context
To support this we have to also redo the last remaining bits of usb interrupt code, to reenable the data events.

@Meulengracht
Copy link
Owner Author

This is mostly done. The rewrite is complete and interrupts are received. However we need to test this with real mouse/keyboard to actually see if the data generated makes sense and that we correctly proxy it to vioarr. We also need to implement state tracking for keys in the driver.

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

No branches or pull requests

1 participant