libsigrok/hardware/victor-dmm
Bert Vermeulen 50c604f50b Don't automatically clear known instances from USB drivers on scan
This invalidates previously returned sr_dev_inst pointers, which a
frontend may be holding. It's the frontend's responsibility to clear
the list of instances a driver keeps track of by calling

	sr_dev_clear(driver);

if it wants a completely new scan done.
2013-04-27 18:27:32 +02:00
..
Makefile.am victor-dmm: Initial driver skeleton. 2012-11-06 15:16:22 +01:00
api.c Don't automatically clear known instances from USB drivers on scan 2013-04-27 18:27:32 +02:00
protocol.c Always interleave analog data with all enabled probes. 2013-01-23 03:40:44 +01:00
protocol.h victor-dmm: Support SR_CONF_CONN 2013-04-18 22:48:29 +02:00