]> sigrok.org Git - sigrok-cli.git/commit
session: Adjust scan for non-demo device
authorGerhard Sittig <redacted>
Sat, 17 Jun 2017 16:19:34 +0000 (18:19 +0200)
committerUwe Hermann <redacted>
Sat, 24 Jun 2017 14:39:46 +0000 (16:39 +0200)
commit35e8578ecc6926986f62d8e5daf68dd0b35ba085
tree44e77f4ecaef5e3d695522b9f14d4514dd6b8cce
parent78711b6c284d5eb33aacb965dc20c1e2ff2ee774
session: Adjust scan for non-demo device

The "demo?" condition is a property of the driver not a device instance.
Adjust the check accordingly, by not passing the 'sdi' when retrieving
the list of options. Rename the involved variable to reflect its purpose.
Adjust an error message text.

This fixes bug #848.
session.c