]> sigrok.org Git - libsigrok.git/commit - src/hardware/hameg-hmo/protocol.c
hameg-hmo: re-add 20V/div and 50V/div vertical scales (RTB2K)
authorGerhard Sittig <redacted>
Sat, 12 Oct 2019 17:08:12 +0000 (19:08 +0200)
committerGerhard Sittig <redacted>
Sun, 21 Aug 2022 15:45:11 +0000 (17:45 +0200)
commitbb91b5832a49092698ed1b3a1a291d2fa0e97d34
tree5c2c72faec00258fba515b865e4d9e0a01ec0927
parent7d7306b25c301c0a264993c8478f6e8930e905aa
hameg-hmo: re-add 20V/div and 50V/div vertical scales (RTB2K)

The absence of the 20V and 50V choices in the driver resulted in failed
probe/scan when the device happened to be configured to these values
(which is more probable with disabled channels). Re-introduce vdivs[]
items which unconditionally were removed in commit 4f3cb1eaf727. Use
them for RTB2K models, stick with at most 10V/div for all other models
to remain compatible with the previous implementation.

[ use 'git diff -U25' to see the models and verify the change ]
src/hardware/hameg-hmo/protocol.c