diff options
| author | Greg Kroah-Hartman <gregkh@suse.de> | 2008-03-13 21:50:07 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-03-13 21:50:07 -0700 |
| commit | 6bb1efe4b86cd05148796097ca5e737469cb6142 (patch) | |
| tree | 6e3b0e393f03a2aa73afb17e25cb48d01ca93479 /usb | |
| parent | 1d2aeaab551ba63020a59d1fc4f8fb88781a8e97 (diff) | |
| download | patches-6bb1efe4b86cd05148796097ca5e737469cb6142.tar.gz | |
usb comment changed
Diffstat (limited to 'usb')
| -rw-r--r-- | usb/usb-new-quirk-flag-to-avoid-set-interface.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usb/usb-new-quirk-flag-to-avoid-set-interface.patch b/usb/usb-new-quirk-flag-to-avoid-set-interface.patch index 426cfd25eef63a..f6cc07556a933f 100644 --- a/usb/usb-new-quirk-flag-to-avoid-set-interface.patch +++ b/usb/usb-new-quirk-flag-to-avoid-set-interface.patch @@ -7,10 +7,10 @@ Cc: Graeme Gill <graeme2@argyllcms.com>, USB list <linux-usb@vger.kernel.org> Message-ID: <Pine.LNX.4.44L0.0803111018560.3587-100000@iolanthe.rowland.org> -This patch (as1057) fixes a problem with the Gretag-Macbeth Huey 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. +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> @@ -42,7 +42,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> /* M-Systems Flash Disk Pioneers */ { USB_DEVICE(0x08ec, 0x1000), .driver_info = USB_QUIRK_RESET_RESUME }, -+ /* Gretag-Macbeth Huey display colorimeter */ ++ /* X-Rite/Gretag-Macbeth Eye-One Pro display colorimeter */ + { USB_DEVICE(0x0971, 0x2000), .driver_info = USB_QUIRK_NO_SET_INTF }, + /* Action Semiconductor flash disk */ |
