serial-lcr: Add MASTECH MS5308

This commit is contained in:
Vitaliy Vorobyov 2019-05-05 15:16:54 +03:00 committed by Uwe Hermann
parent 3535a6eeee
commit ca9f8961e3
1 changed files with 1 additions and 0 deletions

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