commit | 742f31efdcca153d46e2908ab69ad57374fc616a | [log] [tgz] |
---|---|---|
author | Corey Tabaka <corey.tabaka@gmail.com> | Sat Jul 31 18:30:33 2010 -0700 |
committer | Corey Tabaka <corey.tabaka@gmail.com> | Sat Jul 31 18:30:33 2010 -0700 |
tree | f8be893fa2a896dce5d866aa2e8addbee2c121a4 | |
parent | f65e90508e961ca3ab1026110ba1fcb55ff72f42 [diff] |
[pc] Use cbuf lib instead of custom queue. The facilities to manage a key buffer with non-busy waiting already exist, so use the existing lib in the keyboard driver instead of the custom circular queue and wait queue.