This is a note to let you know that I've just added the patch titled Subject: USB: storage: Remove unneeded SL11R unusual_devs entry to my gregkh-2.6 tree. Its filename is usb-storage-remove-unneeded-sl11r-unusual_devs-entry.patch This tree can be found at http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/ >From phil@xxxxxxxx Thu Apr 29 13:00:25 2010 From: Phil Dibowitz <phil@xxxxxxxx> Date: Sun, 04 Apr 2010 14:21:01 +0200 Subject: USB: storage: Remove unneeded SL11R unusual_devs entry To: Greg KH <greg@xxxxxxxxx> Cc: Matthew Dharm <mdharm-usb@xxxxxxxxxxxxxxxxxx>, USB Dev <linux-usb@xxxxxxxxxxxxxxx>, USB Storage list <usb-storage@xxxxxxxxxxxxxxxxxxxxxxxx> Message-ID: <4BB8842D.5090304@xxxxxxxx> It seems unlikely that this entry is needed anymore since the kernel has logic to handle devices that poorly respond to INQUIRY. Since we now have another entry with the same VID/PID but different flags, it's a good time to attempt to clean this up. The original submitter's email no longer works, so we'll keep an eye out for any regression reports. Signed-off-by: Phil Dibowitz <phil@xxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx> --- drivers/usb/storage/unusual_devs.h | 9 --------- 1 file changed, 9 deletions(-) --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h @@ -365,15 +365,6 @@ UNUSUAL_DEV( 0x04cb, 0x0100, 0x0000, 0x "FinePix 1400Zoom", US_SC_UFI, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY | US_FL_SINGLE_LUN), -/* Reported by Peter Wächtler <pwaechtler@xxxxxxxxxxxxx> - * The device needs the flags only. - */ -UNUSUAL_DEV( 0x04ce, 0x0002, 0x0074, 0x0074, - "ScanLogic", - "SL11R-IDE", - US_SC_DEVICE, US_PR_DEVICE, NULL, - US_FL_FIX_INQUIRY), - /* Reported by Ondrej Zary <linux@xxxxxxxxxxxxxxxxxxxx> * The device reports one sector more and breaks when that sector is accessed */ -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html