Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ce05916f6bf9906fba88853078715f9a4d300237
Commit:     ce05916f6bf9906fba88853078715f9a4d300237
Parent:     c269b6abd65c24517b70ccc9430c4c50dbc0dc84
Author:     Oliver Neukum <[EMAIL PROTECTED]>
AuthorDate: Tue Sep 4 16:11:41 2007 +0200
Committer:  Greg Kroah-Hartman <[EMAIL PROTECTED]>
CommitDate: Tue Sep 11 07:48:15 2007 -0700

    USB: quirky flash drive
    
    That drive is quite odd. It has 2K sectors, times out getting string
    descriptors and needs a quirk.
    
    Signed-off-by: Oliver Neukum <[EMAIL PROTECTED]>
    Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
---
 drivers/usb/core/quirks.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c
index e388cbc..1766a2d 100644
--- a/drivers/usb/core/quirks.c
+++ b/drivers/usb/core/quirks.c
@@ -28,6 +28,8 @@
  * devices is broken...
  */
 static const struct usb_device_id usb_quirk_list[] = {
+       /* CBM - Flash disk */
+       { USB_DEVICE(0x0204, 0x6025), .driver_info = USB_QUIRK_RESET_RESUME },
        /* HP 5300/5370C scanner */
        { USB_DEVICE(0x03f0, 0x0701), .driver_info = USB_QUIRK_STRING_FETCH_255 
},
        /* Hewlett-Packard PhotoSmart 720 / PhotoSmart 935 (storage) */
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to