summaryrefslogtreecommitdiff
path: root/include/keyboard_scan.h
Commit message (Expand)AuthorAgeFilesLines
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-3/+3
* common: Include compile_time_macros.h when neededGwendal Grignou2019-03-261-0/+1
* Keyboard: Allow keyboard size to be set at run timeDaisuke Nojiri2018-10-191-2/+2
* ec/google: Add command to fetch keyboard ID from ECparis_yeh2018-06-201-0/+10
* keyboard_scan: Disable when USB is suspended without wakeNicolas Boichat2018-02-051-0/+1
* keyboard_scan: Add option to not handle boot key combinationsNicolas Boichat2017-05-081-1/+1
* keyboard: Clear typematic when disabling keyboardDaisuke Nojiri2017-05-031-0/+5
* common: Add new recovery mode button combinationFurquan Shaikh2016-11-081-9/+16
* Refactored keyboard scan enable flag to allow for multiple disable reasonsAlec Berg2014-04-111-8/+15
* rambi: glimmer: Disable key scanning in suspend when lid is openAlec Berg2014-03-271-0/+5
* Replace generated CONFIG_TASK_ macros with HAS_TASK_Bill Richardson2013-04-241-2/+2
* Allow keyboard_scan_config to be customized per-boardBill Richardson2013-04-241-0/+4
* Fix test compilation error for linkVic Yang2013-04-131-0/+11
* Merge lm4 and stm32 implementations of keyboard_scanRandall Spangler2013-03-291-0/+34
* Move files in preparation for merging keyboard_scan modulesRandall Spangler2013-03-271-15/+8
* Add keyboard_raw interfaceRandall Spangler2013-03-221-12/+0
* Use common declaration of keyboard_scan_interrupt()Randall Spangler2013-03-191-7/+29
* spring: stm32: Generate battery key when charging status changes.Todd Broch2013-03-131-0/+3
* Clean up keyboard_scan moduleRandall Spangler2012-10-231-1/+1
* Refactor runtime special key combination codeRandall Spangler2012-09-101-2/+0
* Remove old code to clear boot keyRandall Spangler2012-09-101-3/+0
* Refactor boot key detectionRandall Spangler2012-06-261-3/+23
* Release keyboard recovery button on next power-onRandall Spangler2012-06-041-4/+3
* Keyboard scan must stop driving columns when power button is pressed.Louis Yung-Chieh Lo2012-05-241-0/+5
* Use common host command processing for Daisy I2CVincent Palatin2012-05-181-15/+0
* stm32: add a FIFO for keyboard usageDavid Hendricks2012-05-161-0/+3
* Update keyboard scanning for stm32 to use messagesSimon Glass2012-04-111-0/+15
* Check for recovery key sequence at initRandall Spangler2012-02-141-1/+4
* Initial sources import 1/3Randall Spangler2011-12-071-0/+16