]> xenbits.xensource.com Git - seabios.git/commit
Unify ps2 port data processing.
authorKevin O'Connor <kevin@koconnor.net>
Thu, 10 Dec 2009 02:15:59 +0000 (21:15 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 10 Dec 2009 02:15:59 +0000 (21:15 -0500)
commit84f7b801ba8c0806fac568e59e85af281c0df207
tree3e0ea3184bbbfead4e6b819f9d34a2f4f7c3d93d
parent578774824896c2af1b38d6fc313e805a4f3493d1
Unify ps2 port data processing.

Unify the code for mouse and keyboard irq handling.
Support case where mouse irq fires but keyboard data present and
    vice-versa.
Support data in i8042 queue while ps2 command being processed.
src/ps2port.c