]> sigrok.org Git - libsigrok.git/commit
device: Pass sdi as an function argument to config_list in dev_has_option()
authorpoljar (Damir Jelić) <redacted>
Thu, 16 Jan 2014 01:53:41 +0000 (02:53 +0100)
committerBert Vermeulen <redacted>
Thu, 16 Jan 2014 08:35:38 +0000 (09:35 +0100)
commit92b68bb5d6e5ca97990d223daaa3c74e4bbf4333
tree9a2f1ffc8608a9a3fac5dcef8b0fa54d9d980ee4
parent580f309948b1540a32cb1fd787ae3599c68cae4b
device: Pass sdi as an function argument to config_list in dev_has_option()

With drivers that support multiple devices we need to know the device model
while listing options. That information is most of the time saved in the private
part of the dev_inst structure.

Pass the pointer to the dev_inst structure as an function argument so we have
access to this information.
device.c