libsigrok/hardware/genericdmm
Bert Vermeulen 811deee4af sr/drivers: add API calls sr_dev_inst_list() and sr_dev_inst_clear()
These are used to list the device instances currently known to the driver,
and clear that list.

Drivers that don't necessarily clear their list of instances on every scan,
such as genericdmm, need to provide these to the frontend to keep instance
management sane.
2012-08-06 00:59:25 +02:00
..
Makefile.am sr: add genericdmm driver 2012-07-01 22:37:15 +02:00
api.c sr/drivers: add API calls sr_dev_inst_list() and sr_dev_inst_clear() 2012-08-06 00:59:25 +02:00
fs9922.c genericdmm/fs9922: no initialization needed 2012-08-03 10:27:36 +02:00
genericdmm.h genericdmm: use driver-private storage for instances 2012-08-03 11:29:00 +02:00