-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathEC_addresses
26 lines (21 loc) · 857 Bytes
/
EC_addresses
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Fans
0x94 -- CPU Fan speed target
0x95 -- Current CPU fan speed
0x97 -- GPU Fan speed target
0x98 -- Current GPU fan speed
# Manual modes
0x93 -- CPU manual mode. set it to 0xFF (->0x14) to enable manual mode, 0x04 to disable it.
0x96 -- GPU manual mode. set it to 0xFF (->0x14) to enable manual mode, 0x04 to disable it.
# Temps
0xA8 -- CPU temp (in °C)
0xA9 -- GPU temp (in °C)
0xAA -- temp sensor, need identification
0xAB -- temp sensor, need identification
0xAC --temp sensor, need identification
# Others
0x5D -- Keyboard Backlight 0: off, 1 : medium, 2: max. -- not editable.
# Interesting addresses
0xA1 -- switches from 0x80 to 0x81 on cpu fan start
0x51 0x55 0x59 0x5b 0x70 0x77 0x7b 0x88 0x8a 0x8b --> changing between "on charge" and "on battery"
# Addresses changing during idle
0x17 0x4c 0x55 0x74 0x75 0x8b 0xa8 0xa9 0xae 0xd3