]> sigrok.org Git - libsigrok.git/blobdiff - hwdriver.c
sr: support for SR_HWCAP_COUPLING and SR_DI_COUPLING
[libsigrok.git] / hwdriver.c
index 7ec0dd0efe604c4732d81f5ea5f2d92f46acfe57..94603db680adca0e3a9626b3b132ef49dd5a6191 100644 (file)
@@ -44,6 +44,7 @@ SR_API struct sr_hwcap_option sr_hwcap_options[] = {
        {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"},
+       {SR_HWCAP_COUPLING, SR_T_CHAR, "Coupling", "coupling"},
        {0, 0, NULL, NULL},
 };