-
Notifications
You must be signed in to change notification settings - Fork 41
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
The scroll wheel data still doesn’t appear on the PC. #50
Comments
always report[3] is 0x0 |
In #35 I'm currently working on HID report mode instead of boot mode. It depends on the vendor if the wheel works in boot mode. It works on Razor mice and the Logitech Unifying receiver, but not on mice using the PixArt chip like the RaspberryPi mouse and the Microsoft Basic mouse. You can try to enable report mode by enabling this line: Line 78 in f661dac
But until I finished a full HID parser in #35 your results may vary! |
The latest pre-release should fix this: https://github.com/No0ne/ps2x2pico/releases/tag/pre-1.3 |
Confirmed working: #35 (comment) |
Thank you for sharing. Even with the latest version, the scroll wheel data still doesn’t appear on the PC. I’ve tried multiple wired and wireless USB mice. I’m wondering if your new version has any improvements.
The text was updated successfully, but these errors were encountered: