]> sigrok.org Git - libsigrok.git/commitdiff
deree-de5000: add driver item for the Peaktech 2170 model
authorGerhard Sittig <redacted>
Sun, 6 Nov 2016 21:20:05 +0000 (22:20 +0100)
committerUwe Hermann <redacted>
Mon, 5 Dec 2016 00:07:08 +0000 (01:07 +0100)
Register another driver for the Peaktech 2170 LCR meter, which is
based on the ES51919/ES51920 chipset, too.

src/hardware/deree-de5000/api.c

index d61f5c6730cbb73c22721efac22d6e1b036c9bc4..d64320fd82b867f05c0322be25cf3d05148da365 100644 (file)
@@ -76,4 +76,5 @@ 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("peaktech-2170", "Peaktech", "2170"),
 );