Mercurial > ecos
diff packages/io/serial/current/ChangeLog @ 864:c398056d144d
* src/common/serial.c (serial_get_config): For both INPUT_FLUSH
and OUTPUT_FLUSH keys, pass down to the hardware driver as well
to allow it to flush FIFOs.
Based on patch from Roland Cassebohm.
| author | jlarmour |
|---|---|
| date | Tue, 25 Mar 2003 02:47:05 +0000 |
| parents | 7f6b818846b4 |
| children | f81e485de35c |
line wrap: on
line diff
--- a/packages/io/serial/current/ChangeLog +++ b/packages/io/serial/current/ChangeLog @@ -1,3 +1,10 @@ +2003-03-25 Jonathan Larmour <jifl@eCosCentric.com> + + * src/common/serial.c (serial_get_config): For both INPUT_FLUSH + and OUTPUT_FLUSH keys, pass down to the hardware driver as well + to allow it to flush FIFOs. + Based on patch from Roland Cassebohm. + 2003-03-20 Gary Thomas <gary@mlbassoc.com> * src/common/serial.c: Only return -EAGAIN if no data moved.
