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.
This commit is contained in:
Gerhard Sittig 2017-05-28 08:39:19 +02:00 committed by Uwe Hermann
parent 164c5ae537
commit 6e407e9850
1 changed files with 1 additions and 0 deletions

View 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"),
);