]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/edid/test/test.conf
ds1307: Refactoring and cleanups.
[libsigrokdecode.git] / decoders / edid / test / test.conf
index aff116c0d30de1587640aad9696561c14f1c0e39..cd6c127ff2f3e3a5577646a769664fcad76e28f5 100644 (file)
@@ -1,8 +1,15 @@
 test tv
-       protocol-decoder i2c probe scl=0 probe sda=1
+       protocol-decoder i2c channel scl=0 channel sda=1
        protocol-decoder edid
        stack i2c edid
        input i2c/edid/samsung_le46b620r3p.sr
        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
+