asmc.c 249c249 < ASMC_FAN_FUNCS, --- > ASMC_FAN_FUNCS2, 253a254,262 > /* The Mac Mini 5,2 has no SMS */ > { > "Macmini5,2", "Apple SMC Mac Mini 5,2", > NULL, NULL, NULL, > ASMC_FAN_FUNCS2, > NULL, NULL, NULL, > ASMC_MM52_TEMPS, ASMC_MM52_TEMPNAMES, ASMC_MM52_TEMPDESCS > }, > asmcvar.h 284c284 < "wireless_module", } --- > "wireless_proximity", } 292c292,321 < "Wireless Module Temperature", } --- > "Wireless Module Proximity Temperature", } > > #define ASMC_MM52_TEMPS { "TA0P", "TA1P", \ > "TC0D", "TC0P", \ > "TI0P", \ > "TM0S", "TMBS", \ > "TM0P", "TP0P", \ > "TPCD", "Tp0C", \ > "TW0P", NULL } > > #define ASMC_MM52_TEMPNAMES { "ambient_air1", "ambient_air2", \ > "cpu0_die", "cpu0_proximity", \ > "thunderbolt_proximity", \ > "memory_slot1", "memory_slot2", \ > "memory_proximity", "pch_proximity", \ > "pch_die", "pwr_supply", \ > "wireless_proximity", } > > #define ASMC_MM52_TEMPDESCS { "Ambient Air 1 Temperature", \ > "Ambient Air 2 Temperature", \ > "CPU0 Die Temperature", \ > "CPU0 Proximity Temperature", \ > "Thunderbolt Proximity Temperature", \ > "Memory Slot 1 Temperature", \ > "Memory Slot 2 Temperature", \ > "Memory Slots Proximity Temperature", \ > "Platform Controller Hub Proximity Temperature", \ > "Platform Controller Hub Die Temperature", \ > "Power Supply Temperature", \ > "Wireless Module Proximity Temperature", }