]> sigrok.org Git - pulseview.git/commit
connect: Fix filtering of supported devices.
authorAurelien Jacobs <redacted>
Thu, 4 Dec 2014 00:14:09 +0000 (01:14 +0100)
committerUwe Hermann <redacted>
Thu, 4 Dec 2014 13:14:09 +0000 (14:14 +0100)
commit55ab5e32cd4c8b750857fecf3b8ebb55af64c5fa
treebf2eee4dc5195747a4648565384f0786ee4b6ac0
parent64f4cc490877c8c542573ab494ab366a57c08cd5
connect: Fix filtering of supported devices.

Now that driver options are split from device options, it is not
possible to check the SAMPLERATE option on a driver as it is a device
only option. The SAMPLERATE test still works on some drivers that
didn't have their options split yet, but this won't hold true for long.
The proper way is to check the driver class, which is the only option
you can expect at the driver level for now.
pv/dialogs/connect.cpp