X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hwdriver.c;h=7ec0dd0efe604c4732d81f5ea5f2d92f46acfe57;hb=bd8db307da41b3ca0f5401015f92e833e1db658e;hp=1103901612c89e914a97c80df0ec3402f39a4066;hpb=c1e486185ec4e4a894419f8d287c55ffb6282979;p=libsigrok.git diff --git a/hwdriver.c b/hwdriver.c index 11039016..7ec0dd0e 100644 --- a/hwdriver.c +++ b/hwdriver.c @@ -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}, };