mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Andreas Demmer <mail@andreas-demmer.de>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] wider hardware support for GSPCA VC032x driver, kernel 2.6.27
Date: Mon, 29 Dec 2008 12:43:10 +0100	[thread overview]
Message-ID: <200812291243.10416.mail@andreas-demmer.de> (raw)

Hi,

This patch adds support for built-in "Logitech QuickCam for Dell notebooks" 
webcams.

Basically,  I just added a new USB ID (046d:0897) to the list of supported 
devices with the VIMICRO chip. The hardware seems to be pretty identical to 
046d:0896 but features a different USB ID.

---------------------------------------------------------------------------
--- drivers/media/video/gspca/vc032x.c.orig     2008-12-27 18:06:49.000000000 
+0100
+++ drivers/media/video/gspca/vc032x.c  2008-12-27 18:09:10.000000000 +0100
@@ -1740,6 +1740,7 @@
 static const __devinitdata struct usb_device_id device_table[] = {
        {USB_DEVICE(0x046d, 0x0892), .driver_info = BRIDGE_VC0321},
        {USB_DEVICE(0x046d, 0x0896), .driver_info = BRIDGE_VC0321},
+       {USB_DEVICE(0x046d, 0x0897), .driver_info = BRIDGE_VC0321},
        {USB_DEVICE(0x0ac8, 0x0321), .driver_info = BRIDGE_VC0321},
        {USB_DEVICE(0x0ac8, 0x0323), .driver_info = BRIDGE_VC0323},
        {USB_DEVICE(0x0ac8, 0x0328), .driver_info = BRIDGE_VC0321},
---------------------------------------------------------------------------

I tested it very thoroughly with my Dell XPS M2010 notebook and it works 
just fine.

Please CC comments to: mail (at) andreas-demmer (dot) de

Best regards,
Andreas Demmer

-- 
Andreas Demmer

Skype:   andreas.demmer
ICQ:     103 924 771

http://www.andreas-demmer.de



                 reply	other threads:[~2008-12-29 12:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=200812291243.10416.mail@andreas-demmer.de \
    --to=mail@andreas-demmer.de \
    --cc=linux-kernel@vger.kernel.org \
    /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®