This is the mail archive of the ecos-patches@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Incomplete baud rate mapping in termiostty.c


On Wed, Jan 30, 2008 at 05:59:02PM +0100, Rainer Arndt wrote:
> 
> The ecosbaud2posixbaud table in termiostty.c is incomplete. The baud
> rate entry B1800 is missing.
> I have attached a fix.

Thanks. Nice catch. I will apply it now.

> real_termios_init() is called from termios_lookup() only if the init
> flag was not set before. 
> I could't found where the flag is set. I think it is missing in
> real_termios_init?

I would set it termios_lookup, inside the second if ( !priv->init ) {
code. I will fix this. Please can you test it.

      Thanks
            Andrew


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]