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

Changing fan settings #7

Open
realies opened this issue Dec 17, 2017 · 1 comment
Open

Changing fan settings #7

realies opened this issue Dec 17, 2017 · 1 comment

Comments

@realies
Copy link
Contributor

realies commented Dec 17, 2017

This is more of a feature request, would it be possible to control the fan using this application?

@notaz
Copy link
Owner

notaz commented Dec 17, 2017

I guess the code for fan control should look like

send_recv_cmd(fd, 0x02, <register>, <value>, NULL, 0);

The registers are listed as "left unimplemented" in the commends at the beginning of the source. I don't know what the correct values are, would need to reverse the windows tools (either dump the USB traffic or disassemble them).

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