public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] media: gspca: sn9c20x: add ID for Genius Look 1320 V2
@ 2014-02-01 18:26 Wolfram Sang
  2014-02-23 21:47 ` Hans de Goede
  0 siblings, 1 reply; 2+ messages in thread
From: Wolfram Sang @ 2014-02-01 18:26 UTC (permalink / raw)
  To: linux-media
  Cc: Wolfram Sang, Mauro Carvalho Chehab, Brian Johnson, Hans de Goede,
	linux-media

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
---
 Documentation/video4linux/gspca.txt | 1 +
 drivers/media/usb/gspca/sn9c20x.c   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/Documentation/video4linux/gspca.txt b/Documentation/video4linux/gspca.txt
index 1e6b653..d2ba80b 100644
--- a/Documentation/video4linux/gspca.txt
+++ b/Documentation/video4linux/gspca.txt
@@ -55,6 +55,7 @@ zc3xx		0458:700f	Genius VideoCam Web V2
 sonixj		0458:7025	Genius Eye 311Q
 sn9c20x		0458:7029	Genius Look 320s
 sonixj		0458:702e	Genius Slim 310 NB
+sn9c20x		0458:7045	Genius Look 1320 V2
 sn9c20x		0458:704a	Genius Slim 1320
 sn9c20x		0458:704c	Genius i-Look 1321
 sn9c20x		045e:00f4	LifeCam VX-6000 (SN9C20x + OV9650)
diff --git a/drivers/media/usb/gspca/sn9c20x.c b/drivers/media/usb/gspca/sn9c20x.c
index 2a38621..41a9a89 100644
--- a/drivers/media/usb/gspca/sn9c20x.c
+++ b/drivers/media/usb/gspca/sn9c20x.c
@@ -2359,6 +2359,7 @@ static const struct usb_device_id device_table[] = {
 	{USB_DEVICE(0x045e, 0x00f4), SN9C20X(OV9650, 0x30, 0)},
 	{USB_DEVICE(0x145f, 0x013d), SN9C20X(OV7660, 0x21, 0)},
 	{USB_DEVICE(0x0458, 0x7029), SN9C20X(HV7131R, 0x11, 0)},
+	{USB_DEVICE(0x0458, 0x7045), SN9C20X(MT9M112, 0x5d, LED_REVERSE)},
 	{USB_DEVICE(0x0458, 0x704a), SN9C20X(MT9M112, 0x5d, 0)},
 	{USB_DEVICE(0x0458, 0x704c), SN9C20X(MT9M112, 0x5d, 0)},
 	{USB_DEVICE(0xa168, 0x0610), SN9C20X(HV7131R, 0x11, 0)},
-- 
1.8.5.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] media: gspca: sn9c20x: add ID for Genius Look 1320 V2
  2014-02-01 18:26 [PATCH] media: gspca: sn9c20x: add ID for Genius Look 1320 V2 Wolfram Sang
@ 2014-02-23 21:47 ` Hans de Goede
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Goede @ 2014-02-23 21:47 UTC (permalink / raw)
  To: Wolfram Sang, linux-media
  Cc: Mauro Carvalho Chehab, Brian Johnson, linux-media

Hi,

Thanks I've added this to my gspca tree for 3.15, with a
Cc: stable@vger.kernel.org
For backporting it to older kernels.

Regards,

Hans


On 02/01/2014 07:26 PM, Wolfram Sang wrote:
> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
> ---
>  Documentation/video4linux/gspca.txt | 1 +
>  drivers/media/usb/gspca/sn9c20x.c   | 1 +
>  2 files changed, 2 insertions(+)
> 
> diff --git a/Documentation/video4linux/gspca.txt b/Documentation/video4linux/gspca.txt
> index 1e6b653..d2ba80b 100644
> --- a/Documentation/video4linux/gspca.txt
> +++ b/Documentation/video4linux/gspca.txt
> @@ -55,6 +55,7 @@ zc3xx		0458:700f	Genius VideoCam Web V2
>  sonixj		0458:7025	Genius Eye 311Q
>  sn9c20x		0458:7029	Genius Look 320s
>  sonixj		0458:702e	Genius Slim 310 NB
> +sn9c20x		0458:7045	Genius Look 1320 V2
>  sn9c20x		0458:704a	Genius Slim 1320
>  sn9c20x		0458:704c	Genius i-Look 1321
>  sn9c20x		045e:00f4	LifeCam VX-6000 (SN9C20x + OV9650)
> diff --git a/drivers/media/usb/gspca/sn9c20x.c b/drivers/media/usb/gspca/sn9c20x.c
> index 2a38621..41a9a89 100644
> --- a/drivers/media/usb/gspca/sn9c20x.c
> +++ b/drivers/media/usb/gspca/sn9c20x.c
> @@ -2359,6 +2359,7 @@ static const struct usb_device_id device_table[] = {
>  	{USB_DEVICE(0x045e, 0x00f4), SN9C20X(OV9650, 0x30, 0)},
>  	{USB_DEVICE(0x145f, 0x013d), SN9C20X(OV7660, 0x21, 0)},
>  	{USB_DEVICE(0x0458, 0x7029), SN9C20X(HV7131R, 0x11, 0)},
> +	{USB_DEVICE(0x0458, 0x7045), SN9C20X(MT9M112, 0x5d, LED_REVERSE)},
>  	{USB_DEVICE(0x0458, 0x704a), SN9C20X(MT9M112, 0x5d, 0)},
>  	{USB_DEVICE(0x0458, 0x704c), SN9C20X(MT9M112, 0x5d, 0)},
>  	{USB_DEVICE(0xa168, 0x0610), SN9C20X(HV7131R, 0x11, 0)},
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-23 21:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-01 18:26 [PATCH] media: gspca: sn9c20x: add ID for Genius Look 1320 V2 Wolfram Sang
2014-02-23 21:47 ` Hans de Goede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox