]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/serial-lcr/api.c
serial-lcr: add driver item for the UNI-T UT612 model
[libsigrok.git] / src / hardware / serial-lcr / api.c
index 1beeefbbc6608b2bc6cd0791b02290039b740e54..bbec3809df006722b06ca98c81ea94582445fcbc 100644 (file)
@@ -76,5 +76,7 @@ static GSList *scan(struct sr_dev_driver *di, GSList *options)
 
 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"),
 );