]> sigrok.org Git - libsigrok.git/blobdiff - hwdriver.c
sr: support for SR_HWCAP_VDIV and SR_DI_VDIVS
[libsigrok.git] / hwdriver.c
index 1103901612c89e914a97c80df0ec3402f39a4066..7ec0dd0efe604c4732d81f5ea5f2d92f46acfe57 100644 (file)
@@ -43,6 +43,7 @@ SR_API struct sr_hwcap_option sr_hwcap_options[] = {
        {SR_HWCAP_BUFFERSIZE, SR_T_UINT64, "Buffer size", "buffersize"},
        {SR_HWCAP_TIMEBASE, SR_T_RATIONAL_PERIOD, "Time base", "timebase"},
        {SR_HWCAP_FILTER, SR_T_CHAR, "Filter targets", "filter"},
+       {SR_HWCAP_VDIV, SR_T_RATIONAL_VOLT, "Volts/div", "vdiv"},
        {0, 0, NULL, NULL},
 };