On Sun, 30 Dec 2007, Brian Murphy wrote: > Hi, > > I install Win XP on the system and the drive works fine. > > I have tested this with both Ubuntu and Fedore destributions as well > as kernels I have compiled myself. I have also tested it with 3 > different Kingston drives. I have also used 3 different EMC-3610 > boards just to ensure my board is not faulty. All with the same result > > Is there any way I can modifie the driver so I see the same result as > when I put the debug output to the serial port. It seem to effect the > timing and lets the drive work.
You can try applying this patch. It implements Pete's suggestion to slow down the data transfers. Alan Stern Index: 2.6.24-rc5-mm1/drivers/usb/storage/unusual_devs.h =================================================================== --- 2.6.24-rc5-mm1.orig/drivers/usb/storage/unusual_devs.h +++ 2.6.24-rc5-mm1/drivers/usb/storage/unusual_devs.h @@ -1223,6 +1223,13 @@ UNUSUAL_DEV( 0x090c, 0x1132, 0x0000, 0xf US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_CAPACITY ), +/* Reported by Brian Murphy <[EMAIL PROTECTED]> */ +UNUSUAL_DEV( 0x0951, 0x1607, 0x0200, 0x0200, + "Kingston", + "DataTraveler", + US_SC_DEVICE, US_PR_DEVICE, NULL, + US_FL_GO_SLOW ), + /* This Pentax still camera is not conformant * to the USB storage specification: - * - It does not like the INQUIRY command. So we must handle this command - To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html