On Sat, Oct 11, 2014 at 03:47:31PM +0300, Janne Huttunen wrote:
> Add a config key that can be used to indicate that the device is
> an LCR meter.
> ---
>  include/libsigrok/libsigrok.h | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/include/libsigrok/libsigrok.h b/include/libsigrok/libsigrok.h
> index a45f06a..2e8260e 100644
> --- a/include/libsigrok/libsigrok.h
> +++ b/include/libsigrok/libsigrok.h
> @@ -574,6 +574,9 @@ enum sr_configkey {
>       /** Programmable power supply. */
>       SR_CONF_POWER_SUPPLY,
>  
> +     /** LCR meter. */
> +     SR_CONF_LCR_METER,
> +

Other meter types do not have a _ between TYPE and METER, so maybe this
one should be SR_CONF_LCRMETER for consistency ?

And BTW, nice work with this driver ! Looks very good overall.

Aurel

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://p.sf.net/sfu/Zoho
_______________________________________________
sigrok-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sigrok-devel

Reply via email to