Re: More USB_QUIRK_RESET_RESUME devices
Lamarque Vieira Souza <[email protected]>
| Newsgroups | gmane.linux.usb.devel |
|---|---|
| Organization | International Syst |
| Message-ID | <[email protected]> |
Em Terça 04 Setembro 2007 13:58, Alan Stern escreveu: > On Tue, 4 Sep 2007, Lamarque Vieira Souza wrote: > > Hi, > > > > 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. > > We would like to keep the quirk entries in numerical order by > Vendor ID and then Product ID. Please resubmit your patch with the > new entries in their correct positions. Here is new patch and thanks. -- Lamarque Vieira Souza Senior Architect and Developer - Metasys http://www.metasys.com.br Tel.: +55 31 3296-9040 - Ramal 244 International Syst S/A ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
linux-2.6.23-rc5-flash_memory_quirks.diff
(text/x-diff, 757 B)
--- linux-2.6.23-rc5/drivers/usb/core/quirks.c 2007-09-04 14:28:08.000000000 -0300
+++ linux-2.6.23-rc5-lvs/drivers/usb/core/quirks.c 2007-09-04 14:30:37.000000000 -0300
@@ -75,6 +75,12 @@ static const struct usb_device_id usb_qu
/* Philips PSC805 audio device */
{ USB_DEVICE(0x0471, 0x0155), .driver_info = USB_QUIRK_RESET_RESUME },
+ /* M-Systems Flash Disk Pioneers */
+ { USB_DEVICE(0x08ec, 0x1000), .driver_info = USB_QUIRK_RESET_RESUME },
+ /* SKYMEDI USB_DRIVE */
+ { USB_DEVICE(0x1516, 0x8628), .driver_info = USB_QUIRK_RESET_RESUME },
+ /* INTEL VALUE SSD */
+ { USB_DEVICE(0x8086, 0xf1a5), .driver_info = USB_QUIRK_RESET_RESUME },
/* Alcor multi-card reader */
{ USB_DEVICE(0x058f, 0x6366), .driver_info = USB_QUIRK_NO_AUTOSUSPEND },