Re: [v4l-utils PATCH v3 5/8] (c)v4l-helpers.h: Add support for the request api

2019-02-25 Thread Hans Verkuil
On 2/24/19 9:41 AM, Dafna Hirschfeld wrote: > Add an array of request file descriptors to v4l_queue > and add methods to allocate and get them. > > Signed-off-by: Dafna Hirschfeld This patch isn't right, just drop it altogether. These helpers are for v4l2 devices, not for a media device. Just

[v4l-utils PATCH v3 5/8] (c)v4l-helpers.h: Add support for the request api

2019-02-24 Thread Dafna Hirschfeld
Add an array of request file descriptors to v4l_queue and add methods to allocate and get them. Signed-off-by: Dafna Hirschfeld --- utils/common/cv4l-helpers.h | 5 + utils/common/v4l-helpers.h | 22 ++ 2 files changed, 27 insertions(+) diff --git a/utils/common/cv4l-h