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] [day] [month] [year] [list]
Date:	Tue, 15 May 2012 22:11:04 +0200
From:	Németh Márton <nm127@...email.hu>
To:	Jozsef Marton <jmarton@...rs.sourceforge.net>
CC:	Mauro Carvalho Chehab <mchehab@...radead.org>,
	Rob Landley <rob@...dley.net>,
	Jean-Francois Moine <moinejf@...e.fr>,
	linux-media@...r.kernel.org, linux-doc@...r.kernel.org,
	linux-kernel@...r.kernel.org, torvalds@...ux-foundation.org
Subject: Re: [PATCH] media: add support to gspca/pac7302.c for 093a:2627 (Genius
 FaceCam 300)


Acked-by: Márton Németh <nm127@...email.hu>

Jozsef Marton wrote:
> From: Jozsef Marton <jmarton@...rs.sourceforge.net>
> 
> gspca_pac7302 module supports the webcam with usb id: 093a:2627.
> It is a Genius FaceCam 300.
> The module does not need any changes but listing the usb id along with a vertical flip flag.
> The included patch adds this to the module source.
> 
> Signed-off-by: Jozsef Marton <jmarton@...rs.sourceforge.net>
> ---
> diff -uprN -X dontdiff linux-3.4-rc7-vanilla/Documentation/video4linux/gspca.txt linux-3.4-rc7/Documentation/video4linux/gspca.txt
> --- linux-3.4-rc7-vanilla/Documentation/video4linux/gspca.txt	2012-05-13 03:37:47.000000000 +0200
> +++ linux-3.4-rc7/Documentation/video4linux/gspca.txt	2012-05-15 16:56:55.603514846 +0200
> @@ -276,6 +276,7 @@ pac7302		093a:2622	Genius Eye 312
>  pac7302		093a:2624	PAC7302
>  pac7302		093a:2625	Genius iSlim 310
>  pac7302		093a:2626	Labtec 2200
> +pac7302		093a:2627	Genius FaceCam 300
>  pac7302		093a:2628	Genius iLook 300
>  pac7302		093a:2629	Genious iSlim 300
>  pac7302		093a:262a	Webcam 300k
> diff -uprN -X dontdiff linux-3.4-rc7-vanilla/drivers/media/video/gspca/pac7302.c linux-3.4-rc7/drivers/media/video/gspca/pac7302.c
> --- linux-3.4-rc7-vanilla/drivers/media/video/gspca/pac7302.c	2012-05-13 03:37:47.000000000 +0200
> +++ linux-3.4-rc7/drivers/media/video/gspca/pac7302.c	2012-05-15 15:15:03.355624405 +0200
> @@ -940,6 +940,7 @@ static const struct usb_device_id device
>  	{USB_DEVICE(0x093a, 0x2624), .driver_info = FL_VFLIP},
>  	{USB_DEVICE(0x093a, 0x2625)},
>  	{USB_DEVICE(0x093a, 0x2626)},
> +	{USB_DEVICE(0x093a, 0x2627), .driver_info = FL_VFLIP},
>  	{USB_DEVICE(0x093a, 0x2628)},
>  	{USB_DEVICE(0x093a, 0x2629), .driver_info = FL_VFLIP},
>  	{USB_DEVICE(0x093a, 0x262a)},
> 
> 

--
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