V4L/DVB (8929): gspca: sonixj webcam 0458:702e added.

Previous thread: V4L/DVB (8927): gspca: PAC 207 webcam 093a:2476 added. by Linux Kernel Mailing List on Monday, October 13, 2008 - 3:10 pm. (1 message)

Next thread: V4L/DVB (8920): cx18/ivtv: fix check of window boundaries for VIDIOC_S_FMT by Linux Kernel Mailing List on Monday, October 13, 2008 - 3:10 pm. (1 message)
From: Linux Kernel Mailing List
Date: Monday, October 13, 2008 - 3:11 pm

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7b5373...
Commit:     7b537391dde35d7f412417a95f02f89af08dd2d3
Parent:     3371bcc328c7345fe8d69b7a828890b62fb21744
Author:     Jean-Francois Moine <moinejf@free.fr>
AuthorDate: Sun Sep 7 11:56:49 2008 -0300
Committer:  Mauro Carvalho Chehab <mchehab@redhat.com>
CommitDate: Sun Oct 12 09:36:59 2008 -0200

    V4L/DVB (8929): gspca: sonixj webcam 0458:702e added.
    
    Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
    Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
---
 Documentation/video4linux/gspca.txt |    1 +
 drivers/media/video/gspca/sonixj.c  |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Documentation/video4linux/gspca.txt b/Documentation/video4linux/gspca.txt
index 89fed5c..308ce4e 100644
--- a/Documentation/video4linux/gspca.txt
+++ b/Documentation/video4linux/gspca.txt
@@ -42,6 +42,7 @@ zc3xx		0458:7007	Genius VideoCam V2
 zc3xx		0458:700c	Genius VideoCam V3
 zc3xx		0458:700f	Genius VideoCam Web V2
 sonixj		0458:7025	Genius Eye 311Q
+sonixj		0458:702e	Genius Slim 310 NB
 sonixj		045e:00f5	MicroSoft VX3000
 sonixj		045e:00f7	MicroSoft VX1000
 ov519		045e:028c	Micro$oft xbox cam
diff --git a/drivers/media/video/gspca/sonixj.c b/drivers/media/video/gspca/sonixj.c
index 572b0f3..cd961ca 100644
--- a/drivers/media/video/gspca/sonixj.c
+++ b/drivers/media/video/gspca/sonixj.c
@@ -1567,6 +1567,7 @@ static const struct sd_desc sd_desc = {
 static const __devinitdata struct usb_device_id device_table[] = {
 #if !defined CONFIG_USB_SN9C102 && !defined CONFIG_USB_SN9C102_MODULE
 	{USB_DEVICE(0x0458, 0x7025), BSI(SN9C120, MI0360, 0x5d)},
+	{USB_DEVICE(0x0458, 0x702e), BSI(SN9C120, OV7660, 0x21)},
 	{USB_DEVICE(0x045e, 0x00f5), BSI(SN9C105, OV7660, 0x21)},
 	{USB_DEVICE(0x045e, 0x00f7), BSI(SN9C105, OV7660, 0x21)},
 	{USB_DEVICE(0x0471, 0x0327), BSI(SN9C105, MI0360, 0x5d)},
--

Previous thread: V4L/DVB (8927): gspca: PAC 207 webcam 093a:2476 added. by Linux Kernel Mailing List on Monday, October 13, 2008 - 3:10 pm. (1 message)

Next thread: V4L/DVB (8920): cx18/ivtv: fix check of window boundaries for VIDIOC_S_FMT by Linux Kernel Mailing List on Monday, October 13, 2008 - 3:10 pm. (1 message)