lkml.org 
[lkml]   [2011]   [Nov]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[071/264] USB: add quirk for Logitech C300 web cam
    3.1-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Jon Levell <linuxusb@coralbark.net>

    commit 5b253d88cc6c65a23cefc457a5a4ef139913c5fc upstream.

    My webcam is a Logitech C300 and I get "chipmunk"ed squeaky sound.
    The following trivial patch fixes it.

    Signed-off-by: Jon Levell <linuxusb@coralbark.net>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

    diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c
    index 38f0510..d6a8d82 100644
    --- a/drivers/usb/core/quirks.c
    +++ b/drivers/usb/core/quirks.c
    @@ -44,6 +44,9 @@ static const struct usb_device_id usb_quirk_list[] = {
    /* 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 B/C500 */
    { USB_DEVICE(0x046d, 0x0807), .driver_info = USB_QUIRK_RESET_RESUME },




    \
     
     \ /
      Last update: 2011-11-10 05:31    [W:4.202 / U:0.392 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site