Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c269b6abd65c24517b70ccc9430c4c50dbc0dc84
Commit:     c269b6abd65c24517b70ccc9430c4c50dbc0dc84
Parent:     d7790baf62a0e9f034e4668bb4b5fdaaa248412b
Author:     Alan Stern <[EMAIL PROTECTED]>
AuthorDate: Tue Sep 4 10:12:44 2007 -0400
Committer:  Greg Kroah-Hartman <[EMAIL PROTECTED]>
CommitDate: Tue Sep 11 07:48:15 2007 -0700

    USB: prevent Genesys USB-IDE from autosuspending
    
    This patch (as986) prevents the troublesome Genesys USB-IDE adapter
    from autosuspending.  It may not be necessary for all such devices,
    but the one in Bugzilla #8892 sometimes fails to resume.
    
    Signed-off-by: Alan Stern <[EMAIL PROTECTED]>
    Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
---
 drivers/usb/core/quirks.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c
index af3b627..e388cbc 100644
--- a/drivers/usb/core/quirks.c
+++ b/drivers/usb/core/quirks.c
@@ -70,6 +70,10 @@ static const struct usb_device_id usb_quirk_list[] = {
        { USB_DEVICE(0x05cc, 0x2267), .driver_info = USB_QUIRK_NO_AUTOSUSPEND },
        /* Ultima Electronics Corp.*/
        { USB_DEVICE(0x05d8, 0x4005), .driver_info = USB_QUIRK_NO_AUTOSUSPEND },
+
+       /* Genesys USB-to-IDE */
+       { USB_DEVICE(0x0503, 0x0702), .driver_info = USB_QUIRK_NO_AUTOSUSPEND },
+
        /* Agfa Snapscan1212u */
        { USB_DEVICE(0x06bd, 0x2061), .driver_info = USB_QUIRK_NO_AUTOSUSPEND },
        /* Seagate RSS LLC */
-
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