libsigrok/hardware/nexus-osciprime
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 nexus-osciprime: basic scanning functionality 2012-12-25 19:09:12 +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 nexus-osciprime: Fix compiler warning. 2012-12-31 21:02:14 +01:00
protocol.h nexus-osciprime: basic scanning functionality 2012-12-25 19:09:12 +01:00