]> sigrok.org Git - libsigrok.git/commit
hameg-hmo: Fix index access for models with 2 pods / 16 digital channels
authorGerhard Sittig <redacted>
Sun, 6 Nov 2016 10:51:08 +0000 (11:51 +0100)
committerUwe Hermann <redacted>
Sat, 7 Jan 2017 14:46:52 +0000 (15:46 +0100)
commit2d224dbae735e5d3ea39cbafcd6d280cbd112c31
tree94aa2cc8ea3515f96caeac4b65fd76448c28f260
parentf05903ebe387fde85a9d623225268346cc25fd60
hameg-hmo: Fix index access for models with 2 pods / 16 digital channels

Fix the code which registers the name of the second pod for digital
probes. The previous implementation registered the first pod twice, and
lost the reference to the second pod. No harm was done, none of the
supported models declared support for two pods so far.

Factor out a channel to group mapping in the registration of digital
channels, while we are here.
src/hardware/hameg-hmo/protocol.c