libsigrok/hardware/rigol-ds1xx2
Uwe Hermann 4ebd48b352 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).
2013-01-20 18:48:02 +01:00
..
Makefile.am rigol-ds1xx2: Initial driver skeleton. 2013-01-03 18:41:28 +01:00
api.c Remove non-error hw_info_get() messages. 2013-01-20 18:48:02 +01:00
protocol.c rigol-ds1xx2: Cosmetics, whitespace. 2013-01-03 19:04:11 +01:00
protocol.h rigol-ds1xx2: Autoprobe for usbtmc devices on Linux. 2013-01-03 18:41:29 +01:00