Skip to content

Commit

Permalink
All defined by default LED patterns can be disabled at runtime
Browse files Browse the repository at this point in the history
Some patterns were missing builtin-gconf toggles.

[mce] All defined by default LED patterns can be disabled at runtime
  • Loading branch information
spiiroin committed Sep 27, 2013
1 parent 7337c90 commit 6f09a50
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions builtin-gconf.c
Expand Up @@ -1397,6 +1397,36 @@ static const setting_t gconf_defaults[] =
.type = "b",
.def = "true",
},
{
// no define; mentioned in mce.ini
.key = "/system/osso/dsm/leds/PatternCommonNotification",
.type = "b",
.def = "true",
},
{
// no define; mentioned in mce.ini
.key = "/system/osso/dsm/leds/PatternCommunicationCall",
.type = "b",
.def = "true",
},
{
// no define; mentioned in mce.ini
.key = "/system/osso/dsm/leds/PatternCommunicationEmail",
.type = "b",
.def = "true",
},
{
// no define; mentioned in mce.ini
.key = "/system/osso/dsm/leds/PatternCommunicationIM",
.type = "b",
.def = "true",
},
{
// no define; mentioned in mce.ini
.key = "/system/osso/dsm/leds/PatternCommunicationSMS",
.type = "b",
.def = "true",
},
{
// MCE_GCONF_PROXIMITY_PS_ENABLED_PATH @ proximity.h
.key = "/system/osso/dsm/proximity/ps_enabled",
Expand Down

0 comments on commit 6f09a50

Please sign in to comment.