Skip to content

Commit

Permalink
Make shutdown led pattern have priority over powerup pattern
Browse files Browse the repository at this point in the history
If bootup must be cancelled before it finishes (for example due to battery
or thermal policy) and shutdown is started, we can have a situation where
both powerup and shutdown led patterns are active simultaenously. After the
fix we will show the shutdown led pattern in cases like this.

[mce] Make shutdown led pattern have priority over powerup pattern. Fixes JB#17671
  • Loading branch information
spiiroin committed Mar 26, 2014
1 parent f1d4f51 commit 50b00fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inifiles/hybris-led.ini
Expand Up @@ -26,10 +26,10 @@ PatternDeviceOn=254;0;0;0;0;0000ff
PatternDeviceSoftOff=253;0;0;0;0;00ffff
# 00ffff=cyan

PatternPowerOn=9;3;0;0;0;bfbfbf
PatternPowerOn=10;3;0;0;0;bfbfbf
#bfbfbf = grey75

PatternPowerOff=10;3;0;0;0;ff0000
PatternPowerOff=9;3;0;0;0;ff0000
# ff0000 = red

PatternCommunication=30;6;0;500;1500;ff00ff
Expand Down

0 comments on commit 50b00fa

Please sign in to comment.