mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] wider hardware support for GSPCA VC032x driver, kernel 2.6.27
@ 2008-12-29 11:43 Andreas Demmer
  0 siblings, 0 replies; only message in thread
From: Andreas Demmer @ 2008-12-29 11:43 UTC (permalink / raw)
  To: linux-kernel

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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-12-29 12:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-29 11:43 [PATCH] wider hardware support for GSPCA VC032x driver, kernel 2.6.27 Andreas Demmer

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®