Re: [RFC PATCH 03/11] videodev2.h: rename reserved2 to config_store in v4l2_buffer.

2014-11-17 Thread Hans Verkuil
On 11/14/2014 03:42 PM, Sakari Ailus wrote: Hi Hans, On Sun, Sep 21, 2014 at 04:48:21PM +0200, Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com When queuing buffers allow for passing the configuration store ID that should be associated with this buffer. Use the 'reserved2'

Re: [RFC PATCH 03/11] videodev2.h: rename reserved2 to config_store in v4l2_buffer.

2014-11-17 Thread Hans Verkuil
On 11/14/2014 04:35 PM, Sakari Ailus wrote: Hi Hans, One more comment... On Sun, Sep 21, 2014 at 04:48:21PM +0200, Hans Verkuil wrote: diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h index 83ef28a..2ca44ed 100644 --- a/include/uapi/linux/videodev2.h +++

Re: [RFC PATCH 03/11] videodev2.h: rename reserved2 to config_store in v4l2_buffer.

2014-11-14 Thread Sakari Ailus
Hi Hans, On Sun, Sep 21, 2014 at 04:48:21PM +0200, Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com When queuing buffers allow for passing the configuration store ID that should be associated with this buffer. Use the 'reserved2' field for this. Signed-off-by: Hans Verkuil

Re: [RFC PATCH 03/11] videodev2.h: rename reserved2 to config_store in v4l2_buffer.

2014-11-14 Thread Sakari Ailus
Hi Hans, One more comment... On Sun, Sep 21, 2014 at 04:48:21PM +0200, Hans Verkuil wrote: diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h index 83ef28a..2ca44ed 100644 --- a/include/uapi/linux/videodev2.h +++ b/include/uapi/linux/videodev2.h @@ -672,6 +672,7 @@

[RFC PATCH 03/11] videodev2.h: rename reserved2 to config_store in v4l2_buffer.

2014-09-21 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com When queuing buffers allow for passing the configuration store ID that should be associated with this buffer. Use the 'reserved2' field for this. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/usb/cpia2/cpia2_v4l.c | 2 +-