Re: [RFCv1 PATCH 1/5] videodev2.h: add new hwseek capability bits.

2012-05-27 Thread Hans de Goede
Looks good: Acked-by: Hans de Goede On 05/27/2012 01:50 PM, Hans Verkuil wrote: From: Hans Verkuil Tell the application whether the hardware seek is bounded and/or wraps around. Signed-off-by: Hans Verkuil --- include/linux/videodev2.h |2 ++ 1 file changed, 2 insertions(+) diff --gi

[RFCv1 PATCH 1/5] videodev2.h: add new hwseek capability bits.

2012-05-27 Thread Hans Verkuil
From: Hans Verkuil Tell the application whether the hardware seek is bounded and/or wraps around. Signed-off-by: Hans Verkuil --- include/linux/videodev2.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index 370d111..2339678 1006