summaryrefslogtreecommitdiff
path: root/decoder/test/ps2
AgeCommit message (Collapse)Author
2020-01-04ps2: add test for PS/2 data exchange without clock inhibitGerhard Sittig
The capture which was attached to bug #1460 demonstrated a previously unhandled condition, the absence of a host activity after the data byte transmission. Add another test case after the decoder implementation got adjusted.
2020-01-04ps2: adjust to recent implementation, stop ends at rising clock edgeGerhard Sittig
Catch up with a recent change in the PS/2 decoder implementation. End the STOP bit at the rising CLOCK edge already, don't expect a clock inhibit phase after a data byte got transmitted.
2016-11-04ps2: Add an initial PS/2 keyboard test-case.Uwe Hermann