Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=86833691c21efba661bd3512d2ebfa0b96c011c5
Commit:     86833691c21efba661bd3512d2ebfa0b96c011c5
Parent:     c4766560e4d3e2a9c10d69d7d618dc2b0082a3dc
Author:     Lamarque Vieira Souza <[EMAIL PROTECTED]>
AuthorDate: Tue Sep 4 12:15:08 2007 -0300
Committer:  Greg Kroah-Hartman <[EMAIL PROTECTED]>
CommitDate: Tue Sep 11 07:48:16 2007 -0700

    USB: More USB_QUIRK_RESET_RESUME devices
    
    I would like have the attached patch added to Linux kernel. The three
    usb flash memories listed in the patch are being used in Intel's
    ClassmatePC and need USB_QUIRK_RESET_RESUME to work reliably when
    resuming from ram.
---
 drivers/usb/core/quirks.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c
index 1766a2d..25453d6 100644
--- a/drivers/usb/core/quirks.c
+++ b/drivers/usb/core/quirks.c
@@ -76,6 +76,12 @@ static const struct usb_device_id usb_quirk_list[] = {
        /* Genesys USB-to-IDE */
        { USB_DEVICE(0x0503, 0x0702), .driver_info = USB_QUIRK_NO_AUTOSUSPEND },
 
+       /* INTEL VALUE SSD */
+       { USB_DEVICE(0x8086, 0xf1a5), .driver_info = USB_QUIRK_RESET_RESUME },
+
+       /* M-Systems Flash Disk Pioneers */
+       { USB_DEVICE(0x08ec, 0x1000), .driver_info = USB_QUIRK_RESET_RESUME },
+
        /* Agfa Snapscan1212u */
        { USB_DEVICE(0x06bd, 0x2061), .driver_info = USB_QUIRK_NO_AUTOSUSPEND },
        /* Seagate RSS LLC */
@@ -100,6 +106,9 @@ static const struct usb_device_id usb_quirk_list[] = {
        /* Apple iPhone */
        { USB_DEVICE(0x05ac, 0x1290), .driver_info = USB_QUIRK_NO_AUTOSUSPEND },
 
+       /* SKYMEDI USB_DRIVE */
+       { USB_DEVICE(0x1516, 0x8628), .driver_info = USB_QUIRK_RESET_RESUME },
+
        { }  /* terminating entry must be last */
 };
 
-
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