]> sigrok.org Git - libsigrok.git/commit
sr: replace published static option data with API calls
authorBert Vermeulen <redacted>
Sun, 5 Aug 2012 01:18:07 +0000 (03:18 +0200)
committerBert Vermeulen <redacted>
Sun, 5 Aug 2012 01:18:07 +0000 (03:18 +0200)
commit15cb43d67cee5d7381c9cbcf0a355329a5cabfd1
treedcbad69698a27434c058f0cdcc3cafd1f99112e3
parent3cf91809a5aca7462f0fc9c3ca6fb9a7ebdf92d2
sr: replace published static option data with API calls

To find a driver or device option by name,  the sr_drvopt_name_get() and
sr_devopt_name_get() calls are now available. This was the only reason the
driver and device struct sr_hwcap_option arrays were published.
hwdriver.c
proto.h