daringer / asus-fan

Kernel module to get/set (both) fan speed(s) on ASUS Zenbooks
GNU General Public License v2.0
95 stars 26 forks source link

issues#66 Allow override of rpm check for some cases #68

Closed savisitor15 closed 5 years ago

savisitor15 commented 5 years ago

Attempt to resolve issue reported in: https://github.com/daringer/asus-fan/issues/66 Seems that the module loads/checks too quickly. The ACPI chip on the G752 series seems to no always respond in time/at all to all requests. Some come through some fail...

Adds a module parameter to ignore rpm check on init. As you can send instructions to fan regardless.

daringer commented 5 years ago

nice work...