Incomplete baud rate mapping in termiostty.c

Jay Foster jay@systech.com
Wed Jan 30 21:17:00 GMT 2008


Should the setting of priv->init = true be dependent on the return value of
real_termios_init()?

	res = real_termios_init();
	if (ENOERR == res)
		priv->init = true;

Or maybe it doesn't matter.
Jay

-----Original Message-----
From: Andrew Lunn [mailto:andrew@lunn.ch]
Sent: Wednesday, January 30, 2008 10:41 AM
To: Rainer Arndt
Cc: ecos-patches@ecos.sourceware.org
Subject: Re: Incomplete baud rate mapping in termiostty.c


Hi Folks

Here is Rainers patch plus my patch for the init flag.

     Andrew



More information about the Ecos-patches mailing list