On 10/16/21 2:25 PM, Armin Wolf wrote:
Am 13.10.21 um 20:51 schrieb Guenter Roeck:
On Mon, Sep 27, 2021 at 12:10:43AM +0200, W_Armin@xxxxxx wrote:
From: Armin Wolf <W_Armin@xxxxxx>
The nominal speed of each fan can be obtained with
i8k_get_fan_nominal_speed(), however the result is not available
from userspace.
Change that by adding fanX_min, fanX_max and fanX_target attributes.
All are RO since fan control happens over pwm.
Tested on a Dell Inspiron 3505 and a Dell Latitude C600.
Signed-off-by: Armin Wolf <W_Armin@xxxxxx>
Reviewed-by: Pali Rohár <pali@xxxxxxxxxx>
Applied.
[ ... ]
After looking at hwmon-next today, i noticed that this patch was
apparently removed.
Is there a issue with this patch causing the revert?
Not that I recall. Looks like I messed up. Sorry, and thanks for noticing.
I added it back in.
Guenter