]> sigrok.org Git - libsigrok.git/commitdiff
sr: move SR_HWOPT into its own enum, and create struct sr_hwopt
authorBert Vermeulen <redacted>
Sun, 8 Jul 2012 12:56:54 +0000 (14:56 +0200)
committerBert Vermeulen <redacted>
Fri, 3 Aug 2012 08:27:37 +0000 (10:27 +0200)
SR_HWOPT_* entries are driver options, not device instance parameters, so
they will never be mixed together.

Also, driver options are always passed in a GSList, where the data field
is a struct sr_hwopt.


No differences found