[PATCH 2/5] Modify termios to support dedicated input and output baud rates for termios structure

Kirspel, Kevin Kevin-Kirspel at idexx.com
Tue Mar 14 13:22:47 UTC 2017


I'll send new patches without the name change.

Kevin Kirspel
Electrical Engineer - Sr. Staff
Idexx Roswell
235 Hembree Park Drive
Roswell GA 30076
Tel: (770)-510-4444 ext. 81642
Direct: (770)-688-1642
Fax: (770)-510-4445

-----Original Message-----
From: Sebastian Huber [mailto:sebastian.huber at embedded-brains.de] 
Sent: Tuesday, March 14, 2017 2:35 AM
To: devel at rtems.org
Cc: Kirspel, Kevin <Kevin-Kirspel at idexx.com>
Subject: Re: [PATCH 2/5] Modify termios to support dedicated input and output baud rates for termios structure

On 13/03/17 17:00, Kevin Kirspel wrote:
> -  case RTEMS_IO_SNDWAKEUP:
> +  case TIOCSNDWU:
>       tty->tty_snd = *wakeup;
>       break;
>   
> -  case RTEMS_IO_RCVWAKEUP:
> +  case TIOCRCVWU:
>       tty->tty_rcv = *wakeup;
>       break;

Since they are RTEMS-specific and probably a (undocumented) part of the user API, could you please not change the IO control name.

--
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.huber at embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.



More information about the devel mailing list