login
Header Space

 
 

Re: [linux-usb-devel] spontaneous disconnect with "usb-storage: implement autosuspend"

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Paolo Ornati <ornati@...>
Cc: <linux-usb-devel@...>, Alan Stern <stern@...>, Linux Kernel Mailing List <linux-kernel@...>
Date: Tuesday, August 14, 2007 - 11:46 am

Am Dienstag 14 August 2007 schrieb Paolo Ornati:

Please try this patch.

	Regards
		Oliver

-----

--- a/drivers/usb/core/quirks.c	2007-08-14 17:42:22.000000000 +0200
+++ b/drivers/usb/core/quirks.c	2007-08-14 17:43:51.000000000 +0200
@@ -30,6 +30,8 @@
 static const struct usb_device_id usb_quirk_list[] = {
 	/* HP 5300/5370C scanner */
 	{ USB_DEVICE(0x03f0, 0x0701), .driver_info = USB_QUIRK_STRING_FETCH_255 },
+	/* Hewlett-Packard PhotoSmart 720 / PhotoSmart 935 (storage) */
+	{ USB_DEVICE(0x03f0, 0x4002), .driver_info = USB_QUIRK_RESET_RESUME },
 	/* Acer Peripherals Inc. (now BenQ Corp.) Prisa 640BU */
 	{ USB_DEVICE(0x04a5, 0x207e), .driver_info = USB_QUIRK_NO_AUTOSUSPEND },
 	/* Benq S2W 3300U */

-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [linux-usb-devel] spontaneous disconnect with "usb-stora..., Oliver Neukum, (Tue Aug 14, 11:46 am)
speck-geostationary