Skip to content

Latest commit

 

History

History
60 lines (46 loc) · 2.11 KB

debug-led.ini

File metadata and controls

60 lines (46 loc) · 2.11 KB
 
Jun 23, 2014
Jun 23, 2014
1
2
# Configuration file for MCE - Debug/panic led patterns for hybris backend
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[LEDPatternHybris]
# Patterns used for the hybris hardware;
# Please prefix pattern names with Pattern to avoid name space clashes
#
# [0] Priority (0 - highest, 255 - lowest)
# [1] ScreenOn
# 0 only show pattern when the display is off
# 1 show pattern even when the display is on
# 2 only show pattern when the display is off, including acting dead
# 3 show pattern even when the display is on, including acting dead
# 4 only show pattern if the display is off, or if in acting dead
# 5 always show pattern, even if LED disabled
# 6 Like 0, but automatically disable after display on
# [2] Timeout in seconds before pattern is disabled, 0 for infinite
# [3] OnPeriod in milliseconds
# [4] OffPeriod in milliseconds
# [5] RGB24 as hexadecimal number
#
# Note: If blinking is enabled, only full intensity colors are applicable
# i.e. red, green, yellow, blue, magenta, cyan or white should be used.
Jan 21, 2014
Jan 21, 2014
25
26
27
28
29
# Agressively blinking patterns are used to alert situations
# where actions related to display blanking/unblanking are
# taking much longer than anticipated.
# Frame buffer does not wakeup -> yellow
Mar 18, 2014
Mar 18, 2014
30
PatternDisplayResumeFailed=11;5;0;100;100;ffff00
Jan 21, 2014
Jan 21, 2014
31
32
# No reply to UI start dbus ipc -> green
Apr 8, 2014
Apr 8, 2014
33
PatternDisplayUnblankFailed=13;5;0;100;100;00ff00
Jan 21, 2014
Jan 21, 2014
34
35
# No reply to UI stop dbus ipc -> red
Apr 8, 2014
Apr 8, 2014
36
PatternDisplayBlankFailed=13;5;0;100;100;ff0000
Jan 21, 2014
Jan 21, 2014
37
38
# Frame buffer does not go to sleep -> cyan
Mar 18, 2014
Mar 18, 2014
39
PatternDisplaySuspendFailed=11;5;0;100;100;00ffff
Mar 10, 2014
Mar 10, 2014
40
Apr 8, 2014
Apr 8, 2014
41
42
43
# Attempting to core dump lipstick -> Magenta
PatternKillingLipstick=12;5;0;100;100;ff00ff
Mar 10, 2014
Mar 10, 2014
44
# Touch input blocked after wakeup -> blue
Apr 8, 2014
Apr 8, 2014
45
PatternTouchInputBlocked=14;5;0;100;100;0000ff
Aug 15, 2018
Aug 15, 2018
46
47
48
49
50
51
# Fingerprint scanner active -> static yellow
PatternScanningFingerprint=11;1;0;0;0;ffff00
# Fingerprint acquired -> blue blip
PatternFingerprintAcquired=10;1;1;0;0;0000ff
Nov 2, 2018
Nov 2, 2018
52
53
54
55
56
57
58
59
60
# Proximity sensor covered -> red
PatternProximityCovered=14;5;0;0;0;ff0000
# Proximity sensor uncovered - waiting -> yellow
PatternProximityUncovering=14;5;0;0;0;ffff00
# Proximity sensor uncovered - effective -> green
PatternProximityUncovered=14;5;0;0;0;00ff00