]> sigrok.org Git - libsigrok.git/commit
sr: zeroplus: Fix segfault, add debug output.
authorUwe Hermann <redacted>
Thu, 26 Apr 2012 21:18:05 +0000 (23:18 +0200)
committerUwe Hermann <redacted>
Thu, 26 Apr 2012 21:18:05 +0000 (23:18 +0200)
commit6752905e6be19617d83c48a6db5a20b8e932308b
treeb4b4400b4c33c59443c11a1cb5edf47191169abe
parent993526f82421d3954b1032bfc1affb208916ebeb
sr: zeroplus: Fix segfault, add debug output.

There are various ZEROPLUS models with different probe numbers. For now
hardcode to 16 (for the popular LAP-C(16032)). This will need to be
fixed in a dynamic way later.

This fixes a segfault due to only 16 probe-names being defined, but the
drivers returning 32 as probecount.

Also, add some additional debug output.
hardware/zeroplus-logic-cube/zeroplus.c