From: Lierdakil <root@livid.pp.ru>
To: hdegoede@redhat.com
Cc: linux-kernel@vger.kernel.org, video4linux-list@redhat.com
Subject: GSPCA PAC207 patch to support genius ilook 111 webcam
Date: Sun, 25 Jan 2009 18:48:34 +0300 [thread overview]
Message-ID: <4c57f5990901250748j7fffc4fv3150821156ce47a2@mail.gmail.com> (raw)
It figures, that GSPCA PAC207 driver does not "know", that it can
support genius i-look 111 webcam.
The following patch simply adds usb ID of Genius iLook 111 to usb_de
list of GSPCA PAC207 subdriver.
=================
Index: linux-2.6.28.2/Documentation/video4linux/gspca.txt
===================================================================
--- linux-2.6.28.2.orig/Documentation/video4linux/gspca.txt
+++ linux-2.6.28.2/Documentation/video4linux/gspca.txt
@@ -206,6 +206,7 @@ pac207 093a:2468 PAC207
pac207 093a:2470 Genius GF112
pac207 093a:2471 Genius VideoCam ge111
pac207 093a:2472 Genius VideoCam ge110
+pac207 093a:2474 Genius iLook 111
pac207 093a:2476 Genius e-Messenger 112
pac7311 093a:2600 PAC7311 Typhoon
pac7311 093a:2601 Philips SPC 610 NC
Index: linux-2.6.28.2/drivers/media/video/gspca/pac207.c
===================================================================
--- linux-2.6.28.2.orig/drivers/media/video/gspca/pac207.c
+++ linux-2.6.28.2/drivers/media/video/gspca/pac207.c
@@ -535,6 +535,7 @@ static const __devinitdata struct usb_de
{USB_DEVICE(0x093a, 0x2470)},
{USB_DEVICE(0x093a, 0x2471)},
{USB_DEVICE(0x093a, 0x2472)},
+ {USB_DEVICE(0x093a, 0x2474)},
{USB_DEVICE(0x093a, 0x2476)},
{USB_DEVICE(0x2001, 0xf115)},
{}
next reply other threads:[~2009-01-25 15:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-25 15:48 Lierdakil [this message]
2009-01-25 17:37 ` Jean-Francois Moine
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4c57f5990901250748j7fffc4fv3150821156ce47a2@mail.gmail.com \
--to=root@livid.pp.ru \
--cc=hdegoede@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=video4linux-list@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®