Re: [PATCH v4 0/3] iio: generic_buffer: Select device/trigger by number

2016-06-03 Thread Crestez Dan Leonard
On 05/30/2016 06:19 PM, Crestez Dan Leonard wrote: > This patch series adds support for selecting iio devices/triggers by numeric > id > rather than just name. This is useful because the names are not actually > guaranteed to be unique. > > Changes since v3: > * Rebase on top of latest jic23/test

[PATCH v4 0/3] iio: generic_buffer: Select device/trigger by number

2016-05-30 Thread Crestez Dan Leonard
This patch series adds support for selecting iio devices/triggers by numeric id rather than just name. This is useful because the names are not actually guaranteed to be unique. Changes since v3: * Rebase on top of latest jic23/testing * Fix handling of --trigger-num 0. Initialize trig_num to -1 a