X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=hwdriver.c;h=94603db680adca0e3a9626b3b132ef49dd5a6191;hb=2715c0b86bafed70dc1d3737b59750570951f507;hp=1103901612c89e914a97c80df0ec3402f39a4066;hpb=c1e486185ec4e4a894419f8d287c55ffb6282979;p=libsigrok.git diff --git a/hwdriver.c b/hwdriver.c index 11039016..94603db6 100644 --- a/hwdriver.c +++ b/hwdriver.c @@ -43,6 +43,8 @@ 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"}, + {SR_HWCAP_COUPLING, SR_T_CHAR, "Coupling", "coupling"}, {0, 0, NULL, NULL}, };