Closed mpartel closed 2 years ago
Hello great news that my module can override nct6683 with readable value.
Could you explain me the last commit flag force because I don't see a reason.
Regards
Your module declares the parameter force
but didn't implement it.
The in-tree nct6683 also has this parameter, and I had to use it to get it to work even partially, so I thought implementing it for your module might be useful for someone in the future. Could also remove it entirely if you're not comfortable with it. I suppose it could be dangerous.
^ a little follow-up to get the correct device name in lm-sensors.
Sorry I forgive to accept PR
This chip controls the fans on ASRock Taichi B550.
I couldn't get fan control to work with any of the in-tree
nct6*
drivers, but it works with your driver after this change :+1:Example lm-sensors output:
Some notes:
NCT6*
chips. Most sensors (but not fan sensors) appear to be connected to the other one (nct6798-isa-0290
).