Merge "Tweaks to lightbar code, detect konami sequence"

This commit is contained in:
Gerrit
2012-04-19 14:03:42 -07:00
committed by Gerrit Code Review
3 changed files with 262 additions and 74 deletions

View File

@@ -19,9 +19,13 @@ enum lightbar_sequence {
LIGHTBAR_S3S0, /* 5 */
LIGHTBAR_S0S3, /* 6 */
LIGHTBAR_S3S5, /* 7 */
/* extra patterns */
LIGHTBAR_TEST, /* 8 */
LIGHTBAR_PULSE, /* 9 */
/* Who's in charge? */
LIGHTBAR_EC_STOP, /* 8 - EC ignore LEDs */
LIGHTBAR_EC_RUN, /* 9 - EC drive LEDs */
/* Extra patterns */
LIGHTBAR_PULSE, /* a */
LIGHTBAR_TEST, /* b */
LIGHTBAR_KONAMI, /* c */
/* that's all */
LIGHTBAR_NUM_SEQUENCES
};