Re: Logitech C300 web cam

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

On 09/28/2011 10:48 PM, Greg KH wrote:
On Wed, Sep 28, 2011 at 09:28:58PM +0100, Jon Levell wrote:
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.
Can you resend this with a signed-off-by: line so that I can apply it.
That line is described in the Documentation/SubmittingPatches file which
you should read to understand what it means.

Thanks to both Greg & Oliver for politely pointing out my mistake.
I have now read and understood what the signed-off by means...

Jon.

Signed-off-by: Jon Levell <linuxusb@xxxxxxxxxxxxx>
---
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


[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux