Home
last modified time | relevance | path

Searched hist:c82fdd42fb50d281f6c7268e136178f096af6c69 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hwmon/
H A Ddell-smm-hwmon.cdiff c82fdd42fb50d281f6c7268e136178f096af6c69 Tue Feb 15 20:11:10 CET 2022 Armin Wolf <W_Armin@gmx.de> hwmon: (dell-smm) Improve temperature sensors detection

On the Dell Inspiron 3505, three temperature sensors are
available through the SMM interface. However since they
do not have an associated type, they are not detected.
Probe for those sensors in case no type was detected.
_i8k_get_temp() is used instead of i8k_get_temp()
since it is sometimes faster and the result is
easier to check (no -ENODATA) since we do not
care about the actual temp value.

Tested on a Dell Inspiron 3505.

Signed-off-by: Armin Wolf <W_Armin@gmx.de>
Link: https://lore.kernel.org/r/20220215191113.16640-5-W_Armin@gmx.de
Signed-off-by: Guenter Roeck <linux@roeck-us.net>