summaryrefslogtreecommitdiff
path: root/common/lightbar.c
Commit message (Expand)AuthorAgeFilesLines
* Add AP userspace scripts to tweak lightbar colorstoolchain-3428.65.BBill Richardson2013-01-081-3/+3
* Switch PWM to use HOOK_SECOND instead of its own taskRandall Spangler2012-10-301-2/+2
* Use SECOND and MSEC constantsRandall Spangler2012-10-291-8/+3
* Rename POWERSTATE task to CHARGERRandall Spangler2012-10-291-1/+1
* Hook functions no longer return valuesRandall Spangler2012-10-231-11/+5
* Make S3 red-light flash adjustable.Bill Richardson2012-10-171-4/+6
* Finally final lightbar tweaks. Really. I think...Bill Richardson2012-10-161-17/+37
* Fix lightbar bug, add more tweaks.Bill Richardson2012-10-151-10/+42
* Replace pulsing with sweeping.Bill Richardson2012-10-141-23/+15
* Set minimum brightness to 35%, variable osc settings.Bill Richardson2012-10-141-36/+42
* Parameterize the lightbar behavior as much as possible.Bill Richardson2012-10-111-95/+179
* Fix lightbar test patternBill Richardson2012-10-101-11/+11
* Major rewrite of lightbar using FP math.Bill Richardson2012-10-021-377/+388
* Use two-color lightbar scheme, with KB backlight for brightnessBill Richardson2012-09-241-17/+50
* Refactor lightbar host command to pass messages the new way.Bill Richardson2012-09-211-37/+29
* 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