Re: [PATCH] bw-qcam: adds parameter aggressive to skip passivedetection and directly attempt initialization

From: Alan Cox
Date: Wed Dec 05 2007 - 12:43:19 EST


On Tue, 4 Dec 2007 16:14:13 -0800
"Brett T. Warden" <brett.warden@xxxxxxxxx> wrote:

> ---
>
> diff --git a/drivers/media/video/bw-qcam.c b/drivers/media/video/bw-qcam.c
> index 5842352..b74a9cb 100644
> --- a/drivers/media/video/bw-qcam.c
> +++ b/drivers/media/video/bw-qcam.c
> @@ -82,11 +82,16 @@ OTHER DEALINGS IN THE SOFTWARE.
> static unsigned int maxpoll=250; /* Maximum busy-loop count for qcam I/O */
> static unsigned int yieldlines=4; /* Yield after this many during capture */
> static int video_nr = -1;
> +static unsigned int aggressive;

Acked-by: Alan Cox <alan@xxxxxxxxxx>

Although I would suggest that "aggressive" may not be the best term - I'm
not such of a good one however - skip_passive ?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/