summaryrefslogtreecommitdiff
path: root/common/lightbar.c
Commit message (Expand)AuthorAgeFilesLines
* Add AP userspace scripts to tweak lightbar colorsrelease-R23-2913.BBill Richardson2013-01-161-3/+3
* Cleanup: move lightbar command enum into ec_commands.hRandall Spangler2012-09-111-1/+1
* Fix return size error in lightbar host commands.Bill Richardson2012-08-241-2/+2
* Add "lightbar demo" mode for executive bikesheddingBill Richardson2012-08-201-21/+77
* Change host command params/response pointers to void *Randall Spangler2012-07-261-2/+1
* Implement something close to final lightbar code.Bill Richardson2012-07-231-37/+311
* Security fix: check lightbar_sequence num paramBill Richardson2012-07-131-1/+1
* Security fix: validate index in controller_write()Bill Richardson2012-07-131-0/+2
* Refactor API for host commands, and handle variable length data betterRandall Spangler2012-07-111-6/+18
* Remove proto1 workaroundsRandall Spangler2012-06-251-15/+1
* Better help for console commandsRandall Spangler2012-05-251-3/+6
* Handle multiple pending lightbar events.Bill Richardson2012-05-221-29/+44
* Notify lightbar task when CPU enters/leaves S5Bill Richardson2012-05-221-1/+16
* Turn on light bar subtly for factoryBill Richardson2012-05-211-70/+30
* Even more debug command cleanup to save spaceRandall Spangler2012-05-211-29/+19
* de-LPCify the EC host interfaceVincent Palatin2012-05-151-9/+9
* Slightly update the host commands APIVincent Palatin2012-05-141-1/+3
* Use open drain reset signals, and clean up signals to 5VALW-powered devicesRandall Spangler2012-05-101-5/+10
* Add hooks for chipset power transitionsRandall Spangler2012-05-091-0/+16
* Add LPC lightbar command to get the current sequence.Bill Richardson2012-05-081-27/+36
* Make lightbar task stop dropping events.Bill Richardson2012-05-021-1/+1
* Give ectool the same lightbar commands as the console.Bill Richardson2012-04-251-63/+125
* Clean up lightbar msg command parsing, add some help.Bill Richardson2012-04-251-47/+79
* Refactor async console outputRandall Spangler2012-04-241-30/+33
* Tweaks to lightbar code, detect konami sequenceBill Richardson2012-04-191-71/+231
* Add preliminary lightbar functionality.Bill Richardson2012-04-121-104/+449
* First "ectool lightbar" command.Bill Richardson2012-04-041-43/+69
* lightbar: add reset GPIOBill Richardson2012-04-031-4/+5
* Rename led.c to lightbar.c, improve command interface.Bill Richardson2012-03-201-0/+229