Skip to content

Commit

Permalink
Tune debug led pattern priorities
Browse files Browse the repository at this point in the history
All debug led patterns now have lower priority than shutdown pattern to
make it easier to detect that shutdown has started even if the ui is not
in responsive state.

Also kernel suspend problems have priority over lipstick ipc issues.

[mce] Tune debug led pattern priorities
  • Loading branch information
spiiroin committed Mar 18, 2014
1 parent d4f150f commit 180670f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions inifiles/debug-led.ini
Expand Up @@ -25,16 +25,16 @@
# taking much longer than anticipated.

# Frame buffer does not wakeup -> yellow
PatternBatteryDisplayResume=0;5;0;100;100;ffff00
PatternBatteryDisplayResume=11;5;0;100;100;ffff00

# No reply to UI start dbus ipc -> green
PatternBatteryDisplayUnblank=0;5;0;100;100;00ff00
PatternBatteryDisplayUnblank=12;5;0;100;100;00ff00

# No reply to UI stop dbus ipc -> red
PatternBatteryDisplayBlank=0;5;0;100;100;ff0000
PatternBatteryDisplayBlank=12;5;0;100;100;ff0000

# Frame buffer does not go to sleep -> cyan
PatternBatteryDisplaySuspend=0;5;0;100;100;00ffff
PatternBatteryDisplaySuspend=11;5;0;100;100;00ffff

# Touch input blocked after wakeup -> blue
PatternTouchInputBlocked=12;5;0;100;100;0000ff
PatternTouchInputBlocked=13;5;0;100;100;0000ff

0 comments on commit 180670f

Please sign in to comment.