summaryrefslogtreecommitdiff
path: root/common/lightbar.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix floating point usage in lightbar moduleVic Yang2014-09-271-4/+4
* Add demo_tap() function for lightbar demo modeBill Richardson2014-09-261-2/+10
* lightbar: add seq type PROGRAM for user-programmable sequencesEric Caruso2014-09-251-0/+374
* lightbar: show google colors in S0 (red for low battery)Bill Richardson2014-09-251-0/+54
* Remove floating point usage in lightbar codeVic Yang2014-09-231-84/+96
* lightbar: Enable tap-for-battery even in G3Bill Richardson2014-08-221-6/+14
* lightbar: correctly revert to the S0/S3/S5 patternsBill Richardson2014-08-201-25/+45
* Add display-battery-level function to lightbarBill Richardson2014-06-071-51/+186
* Add cprints() and ccprints()Vic Yang2014-05-211-18/+18
* Add standalone lightbar simulation toolBill Richardson2014-05-151-3/+11
* Put the lightbar IC controls and pattern logic into separate filesBill Richardson2014-05-151-283/+7
* Add GET_RGB, GET_BRIGHTNESS, and GET_DEMO subcommands to lightbarBill Richardson2014-05-151-53/+106
* Rearrange lightbar.c to separate IC control from pattern logicBill Richardson2014-05-151-185/+186
* Add 'lightbar version' console command.Bill Richardson2014-02-261-5/+14
* cleanup: Remove checkpatch warningsRandall Spangler2013-12-191-5/+5
* cleanup: Fix the last few mixed-case BOARD_ macrosRandall Spangler2013-12-171-6/+6
* Add lightbar calibration for samusBill Richardson2013-12-071-0/+22
* cleanup: Battery header files and filenamesRandall Spangler2013-10-071-1/+0
* Add LIGHTBAR_CMD_VERSION command to detect lightbar features.stabilize-4636.BBill Richardson2013-08-301-0/+13
* Refactor PWM moduleVic Yang2013-08-271-2/+2
* Split pwm.c into pwm_fan.c and pwm_kblight.cBill Richardson2013-04-261-2/+2
* Replace generated CONFIG_TASK_ macros with HAS_TASK_Bill Richardson2013-04-241-1/+1
* Increase EC low-battery threshold to 14% to match kernelBill Richardson2013-04-231-1/+1
* Add AP userspace scripts to tweak lightbar colorsBill Richardson2012-12-201-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