]> sigrok.org Git - libsigrok.git/commitdiff
serial-lcr: add driver item for the UNI-T UT612 model
authorGerhard Sittig <redacted>
Sun, 28 May 2017 06:39:19 +0000 (08:39 +0200)
committerUwe Hermann <redacted>
Sun, 2 Jun 2019 18:39:02 +0000 (20:39 +0200)
Register another driver for the UNI-T UT612 LCR meter, which is based on the
ES51919/ES51920 chipset, too. This device had been usable before when the
internal UART connection was made accessible (read: with a hack). It became
officially supported in unmodified form with the addition of transparent
serial over HID support for SiLabs CP2110 chips.

src/hardware/serial-lcr/api.c

index 521902db8fa80f2607528c58b7b0c32ad0d8ab41..bbec3809df006722b06ca98c81ea94582445fcbc 100644 (file)
@@ -78,4 +78,5 @@ SR_REGISTER_DEV_DRIVER_LIST(lcr_es51919_drivers,
        LCR_ES51919("deree-de5000", "DER EE", "DE-5000"),
        LCR_ES51919("mastech-ms5308", "MASTECH", "MS5308"),
        LCR_ES51919("peaktech-2170", "PeakTech", "2170"),
+       LCR_ES51919("uni-t-ut612", "UNI-T", "UT612"),
 );