]> sigrok.org Git - libsigrok.git/commit
sr: remove unused argument from hardware driver function init()
authorBert Vermeulen <redacted>
Tue, 3 Jul 2012 10:55:46 +0000 (12:55 +0200)
committerBert Vermeulen <redacted>
Fri, 3 Aug 2012 08:27:36 +0000 (10:27 +0200)
commit40dda2c3a509e9e031078427e32249e2ebc33ec5
tree22e95b20e50bfe715bb0b74904decd9a7be824da
parent0d012ede9d54c6c5c276be52778483fd020c40d7
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.
13 files changed:
hardware/asix-sigma/asix-sigma.c
hardware/chronovu-la8/api.c
hardware/demo/demo.c
hardware/fx2lafw/fx2lafw.c
hardware/genericdmm/api.c
hardware/hantek-dso/api.c
hardware/link-mso19/link-mso19.c
hardware/openbench-logic-sniffer/ols.c
hardware/zeroplus-logic-cube/zeroplus.c
hwdriver.c
libsigrok.h
session_driver.c
session_file.c