From: David Hardeman The patch removes some harmless warning messages from generated by the following Iomega usb key: > usb-storage: waiting for device to settle before scanning > Vendor: I0MEGA Model: UMni1GB*IOM2K4 Rev: 1.01 > Type: Direct-Access ANSI SCSI revision: 02 > SCSI device sda: 2048000 512-byte hdwr sectors (1049 MB) > sda: Write Protect is off > sda: Mode Sense: 00 00 00 00 > sda: assuming drive cache: write through Warning message: > ioctl_internal_command: <8 0 0 0> return code =3D 8000002 > : Current: sense key=3D0x0 > ASC=3D0x0 ASCQ=3D0x0 > SCSI device sda: 2048000 512-byte hdwr sectors (1049 MB) Signed-off-by: David Hardeman Cc: Greg KH Signed-off-by: Andrew Morton --- drivers/usb/storage/unusual_devs.h | 9 +++++++++ 1 files changed, 9 insertions(+) diff -puN drivers/usb/storage/unusual_devs.h~usb-iomega-umini-is-unusual drivers/usb/storage/unusual_devs.h --- devel/drivers/usb/storage/unusual_devs.h~usb-iomega-umini-is-unusual 2006-01-05 22:49:34.000000000 -0800 +++ devel-akpm/drivers/usb/storage/unusual_devs.h 2006-01-05 22:49:34.000000000 -0800 @@ -1149,6 +1149,15 @@ UNUSUAL_DEV( 0x4146, 0xba01, 0x0100, 0x "Micro Mini 1GB", US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ), +/* + * David Hardeman + * The key makes the SCSI stack print confusing (but harmless) messages + */ +UNUSUAL_DEV( 0x4146, 0xba01, 0x0100, 0x0100, + "Iomega", + "Micro Mini 1GB", + US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ), + #ifdef CONFIG_USB_STORAGE_SDDR55 UNUSUAL_DEV( 0x55aa, 0xa103, 0x0000, 0x9999, "Sandisk", _