lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 29 Dec 2008 12:43:10 +0100
From:	Andreas Demmer <mail@...reas-demmer.de>
To:	linux-kernel@...r.kernel.org
Subject: [PATCH] wider hardware support for GSPCA VC032x driver, kernel 2.6.27

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


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ