Changeset 0b883f3 in rtems-libbsd

Timestamp:
08/12/21 06:54:20 (3 years ago)
Author:
Christian Mauderer <christian.mauderer@…>
Branches:
89db1bb27c9d52164a78dc2fda0a2ba9da0920ef
Children:
0c3609e
Parents:
19d9fde1
git-author:
Christian Mauderer <christian.mauderer@…> (08/12/21 06:54:20)
git-committer:
Christian Mauderer <christian.mauderer@…> (02/10/22 08:15:58)
Message:

ppp: Fix transmitting data

The pppstart expected that a driver write would somehow magically
process all data passed to the write function. Because ppp disables all
buffering that originally has been in termios, that assumption is not
true for all but polled drivers.

With this patch, the pppstart now gets and processes the feedback that
is returned from the driver via rtems_termios_dequeue_characters.

Update #4493

(No files)

Note: See TracChangeset for help on using the changeset viewer.