device manager: Move filter for supported devices to the scan routine
authorGerhard Sittig <gerhard.sittig@gmx.net>
Sun, 11 Jun 2017 09:10:33 +0000 (11:10 +0200)
committerUwe Hermann <uwe@hermann-uwe.de>
Tue, 27 Jun 2017 11:20:06 +0000 (13:20 +0200)
Move the check for supported monotonic rate devices from the call site
into the actual scan routine.

The scan routine already used to (store and) return a variable length
set of found devices including none, and call sites can cope with this
situation. Pending extensions may call the scan routine several times,
and callers shall not duplicate the extra test condition. While we
expect the specific test for what's supported to change in the future.


No differences found