libsigrok/hardware/serial-dmm
Alexandru Gagniuc d128bf12b2 serial-dmm: Remove global sr_dev_driver *di alias
The global *di alias was used to keep track of the driver context.
It caused issues with trying to use several subdrivers at once, so
its use was obsoleted.

The correct context is preserved through different mechanisms, either
the *sdi pointer, or wrappers which pass the correct context.

The *di alias is no longer used, so remove it.

Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
2012-12-13 23:16:34 +01:00
..
Makefile.am Rename tekpower-dmm to serial-dmm. 2012-12-02 14:21:18 +01:00
api.c serial-dmm: Remove global sr_dev_driver *di alias 2012-12-13 23:16:34 +01:00
protocol.c serial-dmm: Use a macro for receive_data() wrappers. 2012-12-13 01:34:21 +01:00
protocol.h serial-dmm: Use a macro for receive_data() wrappers. 2012-12-13 01:34:21 +01:00