libsigrok/hardware/openbench-logic-sniffer
Bert Vermeulen 61136ea603 sr: add new driver API call: scan()
This changes the semantics of the init() call as well. That now only
initializes the driver -- an administrative affair, no hardware gets
touched during this call. It returns a standard SR_OK or SR_ERR* code.

The scan() call does a discovery run for devices it knows, and returns
the number found. It can be called at any time.
2012-08-03 10:27:36 +02:00
..
Makefile.am sr/srd: Remove/fix non-applicable autotools stuff. 2011-12-30 11:14:24 +01:00
ols.c sr: add new driver API call: scan() 2012-08-03 10:27:36 +02:00
ols.h sr: Consistent ctx name for per-dev-inst context. 2012-02-18 18:07:42 +01:00