X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=libsigrok.h;h=2b17a5f61ecf70710590eaef210525a6d96c510b;hb=9a6517d14b1248855cde0d88ec9519f99184cc77;hp=7ee2fa384729ab90be146a6fa1ea25c525b3a23d;hpb=c50277a6ec09fb35de3a6e0f2ae3401bc72a1526;p=libsigrok.git diff --git a/libsigrok.h b/libsigrok.h index 7ee2fa38..2b17a5f6 100644 --- a/libsigrok.h +++ b/libsigrok.h @@ -388,7 +388,7 @@ enum { /** The device can measure humidity. */ SR_CONF_HYGROMETER, - /*--- Driver options ------------------------------------------------*/ + /*--- Driver scan options -------------------------------------------*/ /** * Specification on how to connect to a device. @@ -466,6 +466,12 @@ enum { /*--- Special stuff -------------------------------------------------*/ + /** Scan options supported by the driver. */ + SR_CONF_SCAN_OPTIONS, + + /** Device options for a particular device. */ + SR_CONF_DEVICE_OPTIONS, + /** Session filename. */ SR_CONF_SESSIONFILE = 40000, @@ -552,8 +558,6 @@ enum { enum { /** A list of options supported by the driver. */ SR_DI_HWOPTS = 10000, - /** A list of capabilities supported by the device. */ - SR_DI_HWCAPS, }; /*