mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-11 18:35:28 +00:00
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
Caller: Chrome OS EC main dispatcher This directory stores *.h files of those functions that partner implements. The actual implementation (.c files) resides under S*Ware/eclib/, which is under partner's licensed and wraps S*Ware/drivelib/ chip-specific code. This directory is under Chromium license so that the main loop can include these files and call the code implemented by partner.