Skip to content

Commit

Permalink
Add runtime configuration for disabling BatteryChargingFlag led pattern
Browse files Browse the repository at this point in the history
Makes runtime control possible and stops mce from complaining at startup.
  • Loading branch information
spiiroin committed Aug 12, 2013
1 parent ec5cc09 commit 6923c82
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions builtin-gconf.c
Expand Up @@ -1386,6 +1386,12 @@ static const setting_t gconf_defaults[] =
.type = "b",
.def = "true",
},
{
// no define; mentioned in mce.ini
.key = "/system/osso/dsm/leds/PatternBatteryChargingFlat",
.type = "b",
.def = "true",
},
{
.key = NULL,
}
Expand Down

0 comments on commit 6923c82

Please sign in to comment.