summaryrefslogtreecommitdiff
path: root/include/mkbp_fifo.h
Commit message (Collapse)AuthorAgeFilesLines
* mkbp: Separate FIFO from the keyboard driverBoris Mittelberg2021-04-271-0/+54
Move protocol-related functionality out from the keyboard driver. This change is required to allow passing button events via MKBP on devices with non-MKBP keyboards. It reorganizes the code without changing the logic. BUG=b:170966461 BRANCH=main,firmware-dedede-13606.B,firmware-volteer-13672.B-main TEST=None Signed-off-by: Boris Mittelberg <bmbm@google.com> Change-Id: Ifb5b9d8e605f491313ee1dfe2c9950eb52152aa8 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2669355