On Thu, Feb 05, 2004 at 07:37:58PM +0000, Leonardo G. Di Lella wrote: > I need 19200 baud rate, with maybe hardware flow control. I cant see any > limitations on the source code of the generic driver and in the usb-serial.txt > documentation. Where are described the limitations ?
The fact that there is no code in the generic driver to do those kinds of operations? :) The generic driver can not set those kind of line settings, as there is no "generic" way to do this. It is always a hardware specific command that is needed, and every device does it in a different manner. Hope this helps, greg k-h ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
