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

Support for ROG Harpe Ace Aim Lab Edition (P713). #1137

Merged
merged 1 commit into from
Aug 20, 2023

Conversation

IceStormNG
Copy link
Contributor

Mouse support for the ROG Harpe Ace Aim Lab Edition (P713). Mouse is supported wired, via wireless dongle and also through an OMNI Receiver.

@seerge seerge merged commit 2260b01 into seerge:main Aug 20, 2023
2 checks passed
@seerge
Copy link
Owner

seerge commented Aug 20, 2023

@IceStormNG great! Congrats on finishing it.

What was the main reason it didn’t work? A custom packet size?

@IceStormNG
Copy link
Contributor Author

Thanks

Yes and also something else. Yes, normally the mouse wants 64bytes packets (+1 for the report id). But through the omni receiver it only wants 63 bytes (+ 1 for the report id, which is not 0 here, like for all other mice, but 3).
And: it has multiple sub devices. Only one of them has the report id 3 and support interrupt write and read, which is the one that talks to the mouse.

@seerge
Copy link
Owner

seerge commented Aug 20, 2023

@IceStormNG i see, XGM has a similar trick, it wants 300 bytes of data as it seems

And it’s indeed unrealistic to catch all that w/o device :)

@IceStormNG
Copy link
Contributor Author

Yeah. I hope I don't have to "abuse" amazon return policy more often or they might not like that. Most mice got implemented without trickery, though I could use one of the mice where the DPI switch doesn't work. I guess they send the DPI switch command through another device endpoint or with a different report ID.

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

Successfully merging this pull request may close these issues.

2 participants