Mercurial > ecos
diff packages/io/serial/current/ChangeLog @ 2004:d3a8cc4f7931
* src/common/serial.c (serial_select): Swap the DSR locks and
mutex locks around to avoid deadlocks with the rest of the code
which uses this order.
| author | asl |
|---|---|
| date | Tue, 28 Jun 2005 17:56:12 +0000 |
| parents | 36df4718d177 |
| children | 024bed9cc2c8 |
line wrap: on
line diff
--- a/packages/io/serial/current/ChangeLog +++ b/packages/io/serial/current/ChangeLog @@ -1,3 +1,9 @@ +2005-06-27 Andrew Lunn <andrew.lunn@ascom.ch> + + * src/common/serial.c (serial_select): Swap the DSR locks and + mutex locks around to avoid deadlocks with the rest of the code + which uses this order. + 2005-06-17 Andreas Gaer <andreas.gaer@baslerweb.com> * src/common/serial.c (serial_select): Lock DSRs inside
