Lines 110-115
Link Here
|
110 |
#define ASMC_SMS_INTSH 0x80 /* Shock Interrupt */ |
110 |
#define ASMC_SMS_INTSH 0x80 /* Shock Interrupt */ |
111 |
|
111 |
|
112 |
/* |
112 |
/* |
|
|
113 |
* Light Sensor. |
114 |
*/ |
115 |
#define ASMC_ALSL_INT2A 0x2a /* Ambient Light related Interrupt */ |
116 |
|
117 |
/* |
113 |
* Keyboard backlight. |
118 |
* Keyboard backlight. |
114 |
*/ |
119 |
*/ |
115 |
#define ASMC_KEY_LIGHTLEFT "ALV0" /* RO; 6 bytes */ |
120 |
#define ASMC_KEY_LIGHTLEFT "ALV0" /* RO; 6 bytes */ |
Lines 231-236
Link Here
|
231 |
"Northbridge Pin", "Unknown", \ |
236 |
"Northbridge Pin", "Unknown", \ |
232 |
"Heatsink 2", "Memory Controller", \ |
237 |
"Heatsink 2", "Memory Controller", \ |
233 |
"PCI Express Slot Pin", "PCI Express Slot (unk)" } |
238 |
"PCI Express Slot Pin", "PCI Express Slot (unk)" } |
|
|
239 |
|
240 |
#define ASMC_MBP62_TEMPS { "TB0T", "TB1T", "TB2T", \ |
241 |
"TC0C", "TC0D", "TC0P", \ |
242 |
"TC1C", "TG0D", "TG0P", \ |
243 |
"TG0T", "TMCD", "TP0P", \ |
244 |
"TPCD", "Th1H", "Th2H", \ |
245 |
"Tm0P", "Ts0P", "Ts0S" } |
246 |
|
247 |
#define ASMC_MBP62_TEMPNAMES { "enclosure_bottom_0", "enclosure_bottom_1", \ |
248 |
"enclosure_bottom_2", "cpu0", \ |
249 |
"cpu_diode", "cpu_proximity", \ |
250 |
"cpu1", "gpu_diode", \ |
251 |
"gpu_pin", "gpu_transistor", \ |
252 |
"TMCD", "pch_controller_proximity", \ |
253 |
"pch_die", "heatsink1", \ |
254 |
"heatsink2", "memory-controller", \ |
255 |
"palmrest", "memoryproximity" } |
256 |
|
257 |
#define ASMC_MBP62_TEMPDESCS { "Enclosure Bottom 0", "Enclosure Bottom 1", \ |
258 |
"Enclosure Bottom 2", "CPU 0", \ |
259 |
"CPU Diode", "CPU Proximity", \ |
260 |
"CPU 1", "GPU Diode", \ |
261 |
"GPU Pin", "GPU Transistor", \ |
262 |
"TMCD", "PCH Controller Proximity", \ |
263 |
"PCH Die", "Heat Sink 1", \ |
264 |
"Heat Sink 2", "Memory Controller", \ |
265 |
"Palm Rest", "Memory Proximity" } |
234 |
|
266 |
|
235 |
#define ASMC_MBP81_TEMPS { "TB0T", "TB1T", "TB2T", "TC0C", "TC0D", \ |
267 |
#define ASMC_MBP81_TEMPS { "TB0T", "TB1T", "TB2T", "TC0C", "TC0D", \ |
236 |
"TC0E", "TC0F", "TC0P", "TC1C", "TC2C", \ |
268 |
"TC0E", "TC0F", "TC0P", "TC1C", "TC2C", \ |