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

The scroll wheel data still doesn’t appear on the PC. #50

Closed
zoushiyin opened this issue Aug 16, 2024 · 4 comments
Closed

The scroll wheel data still doesn’t appear on the PC. #50

zoushiyin opened this issue Aug 16, 2024 · 4 comments
Assignees

Comments

@zoushiyin
Copy link

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.

@zoushiyin
Copy link
Author

always report[3] is 0x0

@No0ne No0ne self-assigned this Aug 18, 2024
@No0ne
Copy link
Owner

No0ne commented Aug 18, 2024

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:

//tuh_hid_set_protocol(dev_addr, instance, HID_PROTOCOL_REPORT);

But until I finished a full HID parser in #35 your results may vary!

@No0ne
Copy link
Owner

No0ne commented Nov 5, 2024

The latest pre-release should fix this: https://github.com/No0ne/ps2x2pico/releases/tag/pre-1.3

@No0ne
Copy link
Owner

No0ne commented Nov 8, 2024

Confirmed working: #35 (comment)

@No0ne No0ne closed this as completed Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants