diff options
author | Bert Vermeulen <bert@biot.com> | 2014-06-24 16:04:45 +0200 |
---|---|---|
committer | Bert Vermeulen <bert@biot.com> | 2014-06-24 16:04:45 +0200 |
commit | 66a6eee7b0783f816187e75324df09a729a4070e (patch) | |
tree | aef87ce5fca317eb066e753a7431faae9be61796 /decoders/edid/test/test.conf | |
parent | d45058e87e7045fef1b7c4425de1917a554545f7 (diff) | |
download | libsigrokdecode-66a6eee7b0783f816187e75324df09a729a4070e.tar.gz libsigrokdecode-66a6eee7b0783f816187e75324df09a729a4070e.zip |
edid: Add another test, covering more code in the PD.
Diffstat (limited to 'decoders/edid/test/test.conf')
-rw-r--r-- | decoders/edid/test/test.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/decoders/edid/test/test.conf b/decoders/edid/test/test.conf index 2f3eb4c..cd6c127 100644 --- a/decoders/edid/test/test.conf +++ b/decoders/edid/test/test.conf @@ -6,3 +6,10 @@ test tv output edid annotation class fields match samsung_le46b620r3p_fields.output output edid annotation class sections match samsung_le46b620r3p_sections.output +test lcd + protocol-decoder i2c channel scl=0 channel sda=1 + protocol-decoder edid + stack i2c edid + input i2c/edid/samsung_syncmaster245b.sr + output edid annotation match samsung_syncmaster245b.output + |