lkml.org 
[lkml]   [2012]   [Jan]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[13/20] USB: add quirk for another camera
    2.6.32-longterm review patch.  If anyone has any objections, please let me know.

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

    From: Oliver Neukum <oliver@neukum.org>

    commit 35284b3d2f68a8a3703745e629999469f78386b5 upstream.

    The Guillemot Webcam Hercules Dualpix Exchange camera
    has been reported with a second ID.

    Signed-off-by: Oliver Neukum <oneukum@suse.de>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

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

    --- a/drivers/usb/core/quirks.c
    +++ b/drivers/usb/core/quirks.c
    @@ -114,9 +114,12 @@ static const struct usb_device_id usb_qu
    { USB_DEVICE(0x06a3, 0x0006), .driver_info =
    USB_QUIRK_CONFIG_INTF_STRINGS },

    - /* Guillemot Webcam Hercules Dualpix Exchange*/
    + /* Guillemot Webcam Hercules Dualpix Exchange (2nd ID) */
    { USB_DEVICE(0x06f8, 0x0804), .driver_info = USB_QUIRK_RESET_RESUME },

    + /* Guillemot Webcam Hercules Dualpix Exchange*/
    + { USB_DEVICE(0x06f8, 0x3005), .driver_info = USB_QUIRK_RESET_RESUME },
    +
    /* M-Systems Flash Disk Pioneers */
    { USB_DEVICE(0x08ec, 0x1000), .driver_info = USB_QUIRK_RESET_RESUME },




    \
     
     \ /
      Last update: 2012-01-10 21:15    [W:3.287 / U:0.420 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site