From: Phil Dibowitz Date: Sun, 4 Apr 2010 12:21:01 +0000 (+0200) Subject: USB: storage: Remove unneeded SL11R unusual_devs entry X-Git-Tag: v2.6.35-rc1~471^2~141 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9ed3fd6c10a161626120862d39f0211657d7c876;p=karo-tx-linux.git USB: storage: Remove unneeded SL11R unusual_devs entry 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index ccf1dbbb87ef..b402d5f27272 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h @@ -365,15 +365,6 @@ UNUSUAL_DEV( 0x04cb, 0x0100, 0x0000, 0x2210, "FinePix 1400Zoom", US_SC_UFI, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY | US_FL_SINGLE_LUN), -/* Reported by Peter Wächtler - * 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 * The device reports one sector more and breaks when that sector is accessed */