On Sun, 30 Nov 2003, Jan Willamowius wrote: > Hi, > > I saw your changelog for the 2.4.21 kernel about a backport from 2.6. > I have a device that I could get going on 2.4 with US_FL_START_STOP. > With 2.6 it again doesn't work. Do you know any similar flag for 2.6 or > any poiter where to look ? > > Thanks, > Jan
There is no similar flag in 2.6 (nor does that flag exist in 2.4 any more). What it used to do was tell the usb-storage driver not to allow START-STOP commands go to the device. But the SCSI disk driver no longer sends START-STOP commands by default, so the flag isn't needed. Your problem must be something else. You can try doing this: turn on usb-storage debugging in your kernel configuration, then attach your device, capture the debugging output from dmesg, and post it to the USB development mailing list. Alan Stern ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
