Re: [PATCH] output human readable form of the .status field from VIDIOC_ENUMINPUT

2009-10-23 Thread Sigmund Augdal
On Fri, Oct 23, 2009 at 9:35 AM, Sigmund Augdal wrote: > On Fri, Oct 23, 2009 at 12:10 AM, Hans Verkuil wrote: >> >>> The attach patch modifies v4l2-ctl -I to also output signal status as >>> detected by the driver/hardware. This info is available in the status >>> field of the data returned by V

Re: [PATCH] output human readable form of the .status field from VIDIOC_ENUMINPUT

2009-10-23 Thread Sigmund Augdal
On Fri, Oct 23, 2009 at 9:35 AM, Sigmund Augdal wrote: > On Fri, Oct 23, 2009 at 12:10 AM, Hans Verkuil wrote: >> >>> The attach patch modifies v4l2-ctl -I to also output signal status as >>> detected by the driver/hardware. This info is available in the status >>> field of the data returned by V

Re: [PATCH] output human readable form of the .status field from VIDIOC_ENUMINPUT

2009-10-23 Thread Sigmund Augdal
On Fri, Oct 23, 2009 at 12:10 AM, Hans Verkuil wrote: > >> The attach patch modifies v4l2-ctl -I to also output signal status as >> detected by the driver/hardware. This info is available in the status >> field of the data returned by VIDIOC_ENUMINPUT which v4l2-ctl -I >> already calls. The string

Re: [PATCH] output human readable form of the .status field from VIDIOC_ENUMINPUT

2009-10-22 Thread Hans Verkuil
> The attach patch modifies v4l2-ctl -I to also output signal status as > detected by the driver/hardware. This info is available in the status > field of the data returned by VIDIOC_ENUMINPUT which v4l2-ctl -I > already calls. The strings are copied from the v4l2 api specification > and could per

[PATCH] output human readable form of the .status field from VIDIOC_ENUMINPUT

2009-10-22 Thread Sigmund Augdal
The attach patch modifies v4l2-ctl -I to also output signal status as detected by the driver/hardware. This info is available in the status field of the data returned by VIDIOC_ENUMINPUT which v4l2-ctl -I already calls. The strings are copied from the v4l2 api specification and could perhaps be mod