]> git.baikalelectronics.ru Git - kernel.git/commit
USB: new quirk flag to avoid Set-Interface
authorAlan Stern <stern@rowland.harvard.edu>
Tue, 11 Mar 2008 14:20:12 +0000 (10:20 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 25 Mar 2008 05:26:14 +0000 (22:26 -0700)
commitef935c8e507c66c9cbb9341bde4de0b825f919d1
tree41fb12fe0d67f36773c1dd5c2e70f51e37c30594
parent412cda4e9ecb334aad3759195fa0e6d44898cd42
USB: new quirk flag to avoid Set-Interface

This patch (as1057) fixes a problem with the X-Rite/Gretag-Macbeth
Eye-One Pro display colorimeter; the device crashes when it receives a
Set-Interface request.  A new quirk (USB_QUIRK_NO_SET_INTF) is
introduced and a quirks entry is created for this device.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/message.c
drivers/usb/core/quirks.c
include/linux/usb/quirks.h