]> sigrok.org Git - libsigrok.git/commit
Remove non-error hw_info_get() messages.
authorUwe Hermann <redacted>
Sun, 20 Jan 2013 17:48:02 +0000 (18:48 +0100)
committerUwe Hermann <redacted>
Sun, 20 Jan 2013 17:48:02 +0000 (18:48 +0100)
commit4ebd48b352a28add68d54d509b291688e1df601b
treecaa04cee0d814be29030cda388eca24ff343e77f
parenta978eda2c958967518508e4cc461e960e96a0170
Remove non-error hw_info_get() messages.

Currently hw_info_get() can receive requests for entries (info_id) that
the specific driver doesn't support. That is (right now) a valid
use-case and not an error (might change later, though).

Thus, for now, don't output messages for such requests at all (certainly
not as sr_err() where they show up in e.g. sigrok-cli output per default).
hardware/agilent-dmm/api.c
hardware/alsa/api.c
hardware/colead-slm/api.c
hardware/fluke-dmm/api.c
hardware/lascar-el-usb/api.c
hardware/nexus-osciprime/api.c
hardware/rigol-ds1xx2/api.c
hardware/tondaj-sl-814/api.c
hardware/uni-t-dmm/api.c
hardware/victor-dmm/api.c