Hi Oliver,
My webcam is a Logitech C300 and I get "chipmunk"ed squeaky sound. The
following trivial patch (based on your patch for other models) fixes it.
Could you incorporate this patch into your patch?
I'd be grateful if you could include it?
Jon Levell
P.S. vger.kernel.org is either having problems or refuses to talk to my
mail host, could I ask that replies cc me directly please? (sorry!)
===========================================
diff -uNrp kernel-2.6.40.fc15.orig/drivers/usb/core/quirks.c
kernel-2.6.40.fc15.new/drivers/usb/core/quirks.c
--- kernel-2.6.40.fc15.orig/drivers/usb/core/quirks.c 2011-09-27
21:23:58.801051233 +0100
+++ kernel-2.6.40.fc15.new/drivers/usb/core/quirks.c 2011-09-27
21:30:35.184686232 +0100
@@ -44,6 +44,9 @@ static const struct usb_device_id usb_qu
/* Logitech Webcam C250 */
{ USB_DEVICE(0x046d, 0x0804), .driver_info = USB_QUIRK_RESET_RESUME },
+ /* Logitech Webcam C300 */
+ { USB_DEVICE(0x046d, 0x0805), .driver_info = USB_QUIRK_RESET_RESUME },
+
/* Logitech Webcam C310 */
{ USB_DEVICE(0x046d, 0x081b), .driver_info = USB_QUIRK_RESET_RESUME },
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html