Distribution: Kubuntu 6.10 Hardware Environment: HP NX8220 Software Environment: 2.6.17.3 - 2.6.18.2 vanilla kernel Problem Description: When the Nokia E70 Phone is plugged in to the USB port, I get: end_request: I/O error, dev sda, sector 1824527 sd 0:0:0:0: SCSI error: return code = 0x10070000 end_request: I/O error, dev sda, sector 1824535 sd 0:0:0:0: SCSI error: return code = 0x10070000 http://www.mail-archive.com/linux-usb-users@lists.sourceforge.net/msg16879.html The fix is to add these lines to drivers/usb/storage/unusual_devs.h: UNUSUAL_DEV( 0x0421, 0x0433, 0x0100, 0x0100, "Nokia", "E70", US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), Steps to reproduce: Plug in Nokia E70.
Created attachment 9482 [details] Patch to add E70 details to unusual_devs.h