From 6e407e98509fadcc6f846bd20df1a679e0f028a8 Mon Sep 17 00:00:00 2001 From: Gerhard Sittig Date: Sun, 28 May 2017 08:39:19 +0200 Subject: [PATCH] serial-lcr: add driver item for the UNI-T UT612 model 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hardware/serial-lcr/api.c b/src/hardware/serial-lcr/api.c index 521902db..bbec3809 100644 --- a/src/hardware/serial-lcr/api.c +++ b/src/hardware/serial-lcr/api.c @@ -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"), );