mirror of
https://git.FreeBSD.org/src.git
synced 2026-06-02 11:24:32 +00:00
use ASMC_FAN_FUNCS2 to avoid trying to read non-existent keys
Signed-off-by: tslight <tslight@pm.com> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/2051
This commit is contained in:
+1
-1
@@ -305,7 +305,7 @@ static const struct asmc_model asmc_models[] = {
|
||||
|
||||
{
|
||||
"MacBookPro11,4", "Apple SMC MacBook Pro Retina Core i7 (mid 2015, 15-inch)",
|
||||
ASMC_SMS_FUNCS_DISABLED, ASMC_FAN_FUNCS, ASMC_LIGHT_FUNCS,
|
||||
ASMC_SMS_FUNCS_DISABLED, ASMC_FAN_FUNCS2, ASMC_LIGHT_FUNCS,
|
||||
ASMC_MBP114_TEMPS, ASMC_MBP114_TEMPNAMES, ASMC_MBP114_TEMPDESCS
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user