From: Joel Holdsworth Date: Tue, 13 Jun 2017 18:07:00 +0000 (-0600) Subject: dslogic: Updated matching of device with loaded firmware X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=3c749da174446bddec6d24738dd6485286ecf190;p=libsigrok.git dslogic: Updated matching of device with loaded firmware --- diff --git a/src/hardware/dslogic/api.c b/src/hardware/dslogic/api.c index 8552de89..767b2a83 100644 --- a/src/hardware/dslogic/api.c +++ b/src/hardware/dslogic/api.c @@ -258,8 +258,7 @@ static GSList *scan(struct sr_dev_driver *di, GSList *options) devc->samplerates = samplerates; devc->num_samplerates = ARRAY_SIZE(samplerates); - has_firmware = usb_match_manuf_prod(devlist[i], "DreamSourceLab", "DSLogic") - || usb_match_manuf_prod(devlist[i], "DreamSourceLab", "DSCope"); + has_firmware = usb_match_manuf_prod(devlist[i], "DreamSourceLab", "USB-based Instrument"); if (has_firmware) { /* Already has the firmware, so fix the new address. */