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:
parent
164c5ae537
commit
6e407e9850
|
@ -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"),
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue