]> sigrok.org Git - libsigrok.git/blobdiff - hwplugin.c
ols: Minor whitespace and coding style fixes.
[libsigrok.git] / hwplugin.c
index 33ff79d92779bbefa768541eb0f70b0ca533104f..f3401dc784ec9a3b9e8c9d70a382e358e4e30871 100644 (file)
@@ -39,6 +39,7 @@ struct sr_hwcap_option sr_hwcap_options[] = {
        {SR_HWCAP_SAMPLERATE, SR_T_UINT64, "Sample rate", "samplerate"},
        {SR_HWCAP_CAPTURE_RATIO, SR_T_UINT64, "Pre-trigger capture ratio", "captureratio"},
        {SR_HWCAP_PATTERN_MODE, SR_T_CHAR, "Pattern generator mode", "patternmode"},
+       {SR_HWCAP_RLE, SR_T_CHAR, "Run Length Encoding", "rle"},
        {0, 0, NULL, NULL},
 };