V4L/DVB (8515): gspca: Webcam 0c45:6143 added in sonixj.

Previous thread: V4L/DVB (8512): gspca: Do not use the driver_info field of usb_device_id. by Linux Kernel Mailing List on Monday, July 28, 2008 - 10:04 am. (1 message)

Next thread: V4L/DVB (8511): gspca: Get the card name of QUERYCAP from the usb product name. by Linux Kernel Mailing List on Monday, July 28, 2008 - 10:04 am. (1 message)
From: Linux Kernel Mailing List
Date: Monday, July 28, 2008 - 10:04 am

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e546f4...
Commit:     e546f4bb6d3b320d60c33025597bc8fc31532394
Parent:     9d64fdb15b1b9ce9144cfde4001e9194ccde42d1
Author:     Jean-Francois Moine <moinejf@free.fr>
AuthorDate: Sat Jul 26 03:43:59 2008 -0300
Committer:  Mauro Carvalho Chehab <mchehab@infradead.org>
CommitDate: Sun Jul 27 11:06:39 2008 -0300

    V4L/DVB (8515): gspca: Webcam 0c45:6143 added in sonixj.
    
    It is an other Pccam168. The .inf says SN9C120B + SP80708, but it should
    work as SN9C120 + MI0360.
    
    Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
    Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
---
 drivers/media/video/gspca/sonixj.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/media/video/gspca/sonixj.c b/drivers/media/video/gspca/sonixj.c
index 46f2cf6..33a3df1 100644
--- a/drivers/media/video/gspca/sonixj.c
+++ b/drivers/media/video/gspca/sonixj.c
@@ -1467,6 +1467,7 @@ static const __devinitdata struct usb_device_id device_table[] = {
 	{USB_DEVICE(0x0c45, 0x613c), BSI(SN9C120, HV7131R, 0x11)},
 /*	{USB_DEVICE(0x0c45, 0x613e), BSI(SN9C120, OV7630, 0x??)}, */
 #endif
+	{USB_DEVICE(0x0c45, 0x6143), BSI(SN9C120, MI0360, 0x5d)},
 	{}
 };
 MODULE_DEVICE_TABLE(usb, device_table);
--

Previous thread: V4L/DVB (8512): gspca: Do not use the driver_info field of usb_device_id. by Linux Kernel Mailing List on Monday, July 28, 2008 - 10:04 am. (1 message)

Next thread: V4L/DVB (8511): gspca: Get the card name of QUERYCAP from the usb product name. by Linux Kernel Mailing List on Monday, July 28, 2008 - 10:04 am. (1 message)