All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gspca: add support to the Logitech QuickCam E2500
@ 2008-12-26 17:26 Fabio Rossi
  2008-12-26 17:45 ` Jean-Francois Moine
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Rossi @ 2008-12-26 17:26 UTC (permalink / raw)
  To: video4linux-list

[-- Attachment #1: Type: text/plain, Size: 1356 bytes --]

Here is a trivial patch for supporting the Logitech QuickCam E2500.

Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
---
diff --git a/Documentation/video4linux/gspca.txt 
b/Documentation/video4linux/gspca.txt
index 004818f..fb7e654 100644
--- a/Documentation/video4linux/gspca.txt
+++ b/Documentation/video4linux/gspca.txt
@@ -53,6 +53,7 @@ zc3xx         0461:0a00       MicroInnovation WebCam320
 spca500                046d:0890       Logitech QuickCam traveler
 vc032x         046d:0892       Logitech Orbicam
 vc032x         046d:0896       Logitech Orbicam
+zc3xx          046d:089d       Logitech QuickCam E2500
 zc3xx          046d:08a0       Logitech QC IM
 zc3xx          046d:08a1       Logitech QC IM 0x08A1 +sound
 zc3xx          046d:08a2       Labtec Webcam Pro
diff --git a/drivers/media/video/gspca/zc3xx.c 
b/drivers/media/video/gspca/zc3xx.c
index 0befacf..3bb9f42 100644
--- a/drivers/media/video/gspca/zc3xx.c
+++ b/drivers/media/video/gspca/zc3xx.c
@@ -7530,6 +7530,7 @@ static const __devinitdata struct usb_device_id 
device_table[] = {
        {USB_DEVICE(0x0458, 0x700c)},
        {USB_DEVICE(0x0458, 0x700f)},
        {USB_DEVICE(0x0461, 0x0a00)},
+       {USB_DEVICE(0x046d, 0x089d), .driver_info = SENSOR_MC501CB},
        {USB_DEVICE(0x046d, 0x08a0)},
        {USB_DEVICE(0x046d, 0x08a1)},
        {USB_DEVICE(0x046d, 0x08a2)},

[-- Attachment #2: qc_e2500.patch --]
[-- Type: text/x-diff, Size: 1076 bytes --]

diff --git a/Documentation/video4linux/gspca.txt b/Documentation/video4linux/gspca.txt
index 004818f..fb7e654 100644
--- a/Documentation/video4linux/gspca.txt
+++ b/Documentation/video4linux/gspca.txt
@@ -53,6 +53,7 @@ zc3xx		0461:0a00	MicroInnovation WebCam320
 spca500		046d:0890	Logitech QuickCam traveler
 vc032x		046d:0892	Logitech Orbicam
 vc032x		046d:0896	Logitech Orbicam
+zc3xx		046d:089d	Logitech QuickCam E2500
 zc3xx		046d:08a0	Logitech QC IM
 zc3xx		046d:08a1	Logitech QC IM 0x08A1 +sound
 zc3xx		046d:08a2	Labtec Webcam Pro
diff --git a/drivers/media/video/gspca/zc3xx.c b/drivers/media/video/gspca/zc3xx.c
index 0befacf..3bb9f42 100644
--- a/drivers/media/video/gspca/zc3xx.c
+++ b/drivers/media/video/gspca/zc3xx.c
@@ -7530,6 +7530,7 @@ static const __devinitdata struct usb_device_id device_table[] = {
 	{USB_DEVICE(0x0458, 0x700c)},
 	{USB_DEVICE(0x0458, 0x700f)},
 	{USB_DEVICE(0x0461, 0x0a00)},
+	{USB_DEVICE(0x046d, 0x089d), .driver_info = SENSOR_MC501CB},
 	{USB_DEVICE(0x046d, 0x08a0)},
 	{USB_DEVICE(0x046d, 0x08a1)},
 	{USB_DEVICE(0x046d, 0x08a2)},

[-- Attachment #3: Type: text/plain, Size: 164 bytes --]

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

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

* Re: [PATCH] gspca: add support to the Logitech QuickCam E2500
  2008-12-26 17:26 [PATCH] gspca: add support to the Logitech QuickCam E2500 Fabio Rossi
@ 2008-12-26 17:45 ` Jean-Francois Moine
  0 siblings, 0 replies; 2+ messages in thread
From: Jean-Francois Moine @ 2008-12-26 17:45 UTC (permalink / raw)
  To: Fabio Rossi; +Cc: video4linux-list

On Fri, 2008-12-26 at 18:26 +0100, Fabio Rossi wrote:
> Here is a trivial patch for supporting the Logitech QuickCam E2500.

Applied, thanks.

-- 
Ken ar c'hentañ |             ** Breizh ha Linux atav! **
Jef             |               http://moinejf.free.fr/


--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

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

end of thread, other threads:[~2008-12-26 17:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-26 17:26 [PATCH] gspca: add support to the Logitech QuickCam E2500 Fabio Rossi
2008-12-26 17:45 ` Jean-Francois Moine

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.