On Wed, Nov 26, 2003 at 10:30:53PM +0200, Dmitrii Tisnek wrote: > open() > write(16 bytes or less) > close() > // nothing gets sent > > open() > write(17 bytes or more) > close() > // everything gets sent
> Quick grep on tty_wait_until_sent yielded only acceleport and whiteheat. > Unless there's some unspoken rule that usb converters don't have to drain, > someone should prolly go through all the drivers and fix some? I noticed that by reading the code (I have no hardware). I think, it should be done in the generic part, the usbserial.c. -- Pete ------------------------------------------------------- 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
