On Mon, Feb 09, 2009 at 11:17:26AM +0530, Madhukar G wrote: > > Yes, this should be correct. But note that you then need to rebuild and > > load the usb-storage driver that you just changed in order for it to > > work properly. > > > > I had added an entry in unusual_devs.h to ignore my device. The dev > structured is defined as > > UNUSUAL_DEV( 0x01253, 0x6537, 0x0100, 0x0100, > "xxx", > "USB Mass Storage Device", > US_SC_SCSI, US_PR_BULK, NULL, > US_FL_IGNORE_RESIDUE ), Are you sure that really is doing what you think it is doing? (hint, it isn't...) Try using the correct flag here and it will work much better... I still don't understand why you are writing a separate usb-storage driver for your device. Please explain this. good luck, greg k-h -- 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