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

Sebastian Huber sebastian.huber at embedded-brains.de
Tue Mar 14 06:34:58 UTC 2017


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