From: Uwe Hermann Date: Fri, 5 Jul 2019 20:58:08 +0000 (+0200) Subject: Connect dialog: Fix scan for certain USB devices. X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=7a5535dc88a1125989d5fbcf36c2affe21a0351e;hp=7a5535dc88a1125989d5fbcf36c2affe21a0351e Connect dialog: Fix scan for certain USB devices. Before the fix, selecting "USB" (it's selected by default) in the "Connect to device" dialog would incorrectly set a conn parameter to some serial or HID devices, even for scans for pure USB devices which are neither of those. This fixes bug #1403. ---