[RFCv3 PATCH 1/3] V4L2: Add per-device-node capabilities

2011-12-15 Thread Hans Verkuil
From: Hans Verkuil If V4L2_CAP_DEVICE_CAPS is set, then the new device_caps field is filled with the capabilities of the opened device node. The capabilities field traditionally contains the capabilities of the physical device, being a superset of all capabilities available at the several device

Re: [PATCH 1/3] V4L2: Add per-device-node capabilities

2011-11-25 Thread Hans Verkuil
On Friday, November 25, 2011 11:51:20 Mauro Carvalho Chehab wrote: > Hi Hans, > > I have a few notes about the wording. See bellow. > > Em 22-11-2011 08:05, Hans Verkuil escreveu: > > From: Hans Verkuil > > > > If V4L2_CAP_DEVICE_CAPS is set, then the new device_caps field is filled > > with >

Re: [PATCH 1/3] V4L2: Add per-device-node capabilities

2011-11-25 Thread Mauro Carvalho Chehab
Hi Hans, I have a few notes about the wording. See bellow. Em 22-11-2011 08:05, Hans Verkuil escreveu: > From: Hans Verkuil > > If V4L2_CAP_DEVICE_CAPS is set, then the new device_caps field is filled with > the capabilities of the opened device node. > > The capabilities field traditionally c

[PATCH 1/3] V4L2: Add per-device-node capabilities

2011-11-22 Thread Hans Verkuil
From: Hans Verkuil If V4L2_CAP_DEVICE_CAPS is set, then the new device_caps field is filled with the capabilities of the opened device node. The capabilities field traditionally contains the capabilities of the whole device. E.g., if you open video0, then if it contains VBI caps then that means

Re: [RFCv1 PATCH 1/3] V4L2: Add per-device-node capabilities

2011-11-16 Thread Mauro Carvalho Chehab
Em 16-11-2011 12:41, Hans Verkuil escreveu: > On Tuesday 15 November 2011 21:18:12 Sylwester Nawrocki wrote: >> Hello Hans, >> >> On 11/07/2011 11:37 AM, Hans Verkuil wrote: >>> From: Hans Verkuil >>> >>> If V4L2_CAP_DEVICE_CAPS is set, then the new device_caps field is filled >>> with the capabili

Re: [RFCv1 PATCH 1/3] V4L2: Add per-device-node capabilities

2011-11-16 Thread Hans Verkuil
On Tuesday 15 November 2011 21:18:12 Sylwester Nawrocki wrote: > Hello Hans, > > On 11/07/2011 11:37 AM, Hans Verkuil wrote: > > From: Hans Verkuil > > > > If V4L2_CAP_DEVICE_CAPS is set, then the new device_caps field is filled > > with the capabilities of the opened device node. > > > > The ca

Re: [RFCv1 PATCH 1/3] V4L2: Add per-device-node capabilities

2011-11-15 Thread Sylwester Nawrocki
Hello Hans, On 11/07/2011 11:37 AM, Hans Verkuil wrote: > From: Hans Verkuil > > If V4L2_CAP_DEVICE_CAPS is set, then the new device_caps field is filled with > the capabilities of the opened device node. > > The capabilities field traditionally contains the capabilities of the whole > device. E

[RFCv1 PATCH 1/3] V4L2: Add per-device-node capabilities

2011-11-07 Thread Hans Verkuil
From: Hans Verkuil If V4L2_CAP_DEVICE_CAPS is set, then the new device_caps field is filled with the capabilities of the opened device node. The capabilities field traditionally contains the capabilities of the whole device. E.g., if you open video0, then if it contains VBI caps then that means