lkml.org 
[lkml]   [2013]   [Jan]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[ 171/221] USB: Add device quirk for Microsoft VX700 webcam
    Date
    3.7-stable review patch.  If anyone has any objections, please let me know.

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

    From: Andreas Fleig <andreasfleig@gmail.com>

    commit bc009eca8d539162f7271c2daf0ab5e9e3bb90a0 upstream.

    Add device quirk for Microsoft Lifecam VX700 v2.0 webcams.
    Fixes squeaking noise of the microphone.

    Signed-off-by: Andreas Fleig <andreasfleig@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    drivers/usb/core/quirks.c | 3 +++
    1 file changed, 3 insertions(+)

    --- a/drivers/usb/core/quirks.c
    +++ b/drivers/usb/core/quirks.c
    @@ -43,6 +43,9 @@ static const struct usb_device_id usb_qu
    /* Creative SB Audigy 2 NX */
    { USB_DEVICE(0x041e, 0x3020), .driver_info = USB_QUIRK_RESET_RESUME },

    + /* Microsoft LifeCam-VX700 v2.0 */
    + { USB_DEVICE(0x045e, 0x0770), .driver_info = USB_QUIRK_RESET_RESUME },
    +
    /* Logitech Quickcam Fusion */
    { USB_DEVICE(0x046d, 0x08c1), .driver_info = USB_QUIRK_RESET_RESUME },




    \
     
     \ /
      Last update: 2013-01-16 03:21    [W:4.354 / U:0.028 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site