From: Gerhard Sittig Date: Fri, 18 Aug 2017 19:43:42 +0000 (+0200) Subject: brymen-bm86x: support channel selection (enable/disable channels) X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=5753d2e84b9fdba71c9878c7c64a983218fc4195;hp=5753d2e84b9fdba71c9878c7c64a983218fc4195;p=libsigrok.git brymen-bm86x: support channel selection (enable/disable channels) The previous implementation unconditionally submitted analog data whenever values could get extracted out of received serial packets. This commit checks the channels' enabled state before submission. Care is taken to obey the user's acquisition limits, exclusively counting submitted not received values. ---