libsigrok/src/input
Wolfram Sang a66175c2b1 input: vcd: avoid needless copying
Current code moves the identifier string one byte to the front to
overwrite the bit value, so 'tokens[i]' is a string to compare against
the desired value. This copying is unnecessary, just pass a properly
setup pointer.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
2016-01-28 19:03:53 +01:00
..
binary.c input: fix leak of config data in several input modules 2015-11-29 01:13:58 +01:00
chronovu_la8.c input: fix leak of config data in several input modules 2015-11-29 01:13:58 +01:00
csv.c input: fix leak of config data in several input modules 2015-11-29 01:13:58 +01:00
input.c Add the Lauterbach Trace32 logic analyzer data import module 2015-12-21 16:32:49 +01:00
raw_analog.c input/raw_analog: Fix two compiler warnings. 2015-12-21 16:23:39 +01:00
trace32_ad.c Trace32 import module: Send trigger only once 2016-01-28 19:03:52 +01:00
vcd.c input: vcd: avoid needless copying 2016-01-28 19:03:53 +01:00
wav.c input/wav: initialize channel list before going into ready state 2015-12-21 15:37:32 +01:00