lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 5 Dec 2007 17:37:56 +0000
From:	Alan Cox <alan@...rguk.ukuu.org.uk>
To:	"Brett T. Warden" <brett.warden@...il.com>
Cc:	linux-kernel@...r.kernel.org, trivial@...nel.org
Subject: Re: [PATCH] bw-qcam: adds parameter aggressive to skip passive
 detection and directly attempt initialization

On Tue,  4 Dec 2007 16:14:13 -0800
"Brett T. Warden" <brett.warden@...il.com> 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@...hat.com>

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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ