diff options
author | Louis Yung-Chieh Lo <yjlou@chromium.org> | 2011-10-27 16:31:08 +0800 |
---|---|---|
committer | Louis Yung-Chieh Lo <yjlou@chromium.org> | 2011-10-28 01:15:18 +0800 |
commit | 79a661d00c31937bff2018afef1ebb41c8b5ec14 (patch) | |
tree | ab2b44384f2ed40bbac6f57e5993af6783bd8200 /.gitignore | |
parent | aa8ecb2b65bd501567d00cc320e33eead4a91b6b (diff) | |
download | chrome-ec-79a661d00c31937bff2018afef1ebb41c8b5ec14.tar.gz |
Link keyboard-related code together.
Added i8042 interface and matrix code. Demonstrate a key is pressed and passed
to host through the board-dependent matrix code.
BUG=None
TEST=make && make runtests
Change-Id: I6a9f5e621d9e93e5c16384afebf4d665000e81a6
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 598dd8d7cb..0aa56f6908 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -board/ +board/*/ build/ vendor/ |