From d2a6225becb43954765b75b81205dbc25deb4849 Mon Sep 17 00:00:00 2001 From: Gerhard Sittig Date: Sun, 22 Dec 2019 11:47:26 +0100 Subject: ps2: add test for PS/2 data exchange without clock inhibit 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. --- decoder/test/ps2/test.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'decoder/test/ps2/test.conf') diff --git a/decoder/test/ps2/test.conf b/decoder/test/ps2/test.conf index 3786324..f1ba907 100644 --- a/decoder/test/ps2/test.conf +++ b/decoder/test/ps2/test.conf @@ -2,3 +2,8 @@ test ps2_keyboard_asdfgh protocol-decoder ps2 channel clk=3 channel data=2 input ps2/keyboard/ps2_keyboard_asdfgh.sr output ps2 annotation match ps2_keyboard_asdfgh.output + +test ps2_keyboard_asdfgh_no_inhibit + protocol-decoder ps2 channel clk=0 channel data=1 + input ps2/keyboard/ps2_keyboard_asdfgh_no_inhibit.sr + output ps2 annotation match ps2_keyboard_asdfgh_no_inhibit.output -- cgit v1.2.3-54-g00ecf