From: Vitaliy Vorobyov <> Date: Sun, 5 May 2019 12:16:54 +0000 (+0300) Subject: serial-lcr: Add MASTECH MS5308 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=ca9f8961e3c3fb586225a09714ffb5ae5d99b8f7;p=libsigrok.git serial-lcr: Add MASTECH MS5308 --- diff --git a/src/hardware/serial-lcr/api.c b/src/hardware/serial-lcr/api.c index 1beeefbb..521902db 100644 --- a/src/hardware/serial-lcr/api.c +++ b/src/hardware/serial-lcr/api.c @@ -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"), );