libsigrok/hardware
Bert Vermeulen 40dda2c3a5 sr: remove unused argument from hardware driver function init()
It was actually used in one way: the session file loaded abused it for
passing in the filename -- something it definitely wasn't intended for.
This now uses the proper way to pass arguments to a driver: the new
SR_HWCAP_SESSIONFILE.

The OLS driver could also use it as an indication of the serial port to
use instead of actively probing all serial ports on the system, but there
wasn't any frontend code that passed in such a parameter, making it
entirely useless. That will soon be handled differently with the new
scan() API call, regardless.
2012-08-03 10:27:36 +02:00
..
alsa sr: moved sigrok.h so libsigrok/libsigrok.h 2012-07-05 01:17:28 +02:00
asix-sigma sr: remove unused argument from hardware driver function init() 2012-08-03 10:27:36 +02:00
chronovu-la8 sr: remove unused argument from hardware driver function init() 2012-08-03 10:27:36 +02:00
common sr: fix conditional build for ezusb and serial helpers 2012-07-11 12:36:49 +02:00
demo sr: remove unused argument from hardware driver function init() 2012-08-03 10:27:36 +02:00
fx2lafw sr: remove unused argument from hardware driver function init() 2012-08-03 10:27:36 +02:00
genericdmm sr: remove unused argument from hardware driver function init() 2012-08-03 10:27:36 +02:00
hantek-dso sr: remove unused argument from hardware driver function init() 2012-08-03 10:27:36 +02:00
link-mso19 sr: remove unused argument from hardware driver function init() 2012-08-03 10:27:36 +02:00
openbench-logic-sniffer sr: remove unused argument from hardware driver function init() 2012-08-03 10:27:36 +02:00
zeroplus-logic-cube sr: remove unused argument from hardware driver function init() 2012-08-03 10:27:36 +02:00
Makefile.am sr: Drop mastech-va18b, code will be in genericdmm. 2012-07-11 12:57:15 +02:00