summaryrefslogtreecommitdiff
path: root/decoder/test/ps2/test.conf
diff options
context:
space:
mode:
authorGerhard Sittig <gerhard.sittig@gmx.net>2019-12-22 11:47:26 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2020-01-04 22:44:35 +0100
commitd2a6225becb43954765b75b81205dbc25deb4849 (patch)
treefed1ea3d8e63f89d906b6c3e2fd809c7ead7730e /decoder/test/ps2/test.conf
parent12ae903fee6b3fb40832fceb854ef005e95d0473 (diff)
downloadsigrok-test-d2a6225becb43954765b75b81205dbc25deb4849.tar.gz
sigrok-test-d2a6225becb43954765b75b81205dbc25deb4849.zip
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.
Diffstat (limited to 'decoder/test/ps2/test.conf')
-rw-r--r--decoder/test/ps2/test.conf5
1 files changed, 5 insertions, 0 deletions
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