]> sigrok.org Git - libsigrok.git/commitdiff
serial-lcr: Add MASTECH MS5308
authorVitaliy Vorobyov <>
Sun, 5 May 2019 12:16:54 +0000 (15:16 +0300)
committerUwe Hermann <redacted>
Tue, 14 May 2019 17:56:57 +0000 (19:56 +0200)
src/hardware/serial-lcr/api.c

index 1beeefbbc6608b2bc6cd0791b02290039b740e54..521902db8fa80f2607528c58b7b0c32ad0d8ab41 100644 (file)
@@ -76,5 +76,6 @@ 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"),
 );