* fhandler_serial.cc: Revert debug code accidentally checked in on
2014-08-18.
This commit is contained in:
parent
5cb6400ec2
commit
03a6a1e408
|
@ -1,3 +1,8 @@
|
||||||
|
2014-10-20 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* fhandler_serial.cc: Revert debug code accidentally checked in on
|
||||||
|
2014-08-18.
|
||||||
|
|
||||||
2014-10-20 Corinna Vinschen <corinna@vinschen.de>
|
2014-10-20 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* path.cc (symlink_info::check): Set error from status code if opening
|
* path.cc (symlink_info::check): Set error from status code if opening
|
||||||
|
|
|
@ -53,7 +53,7 @@ fhandler_serial::raw_read (void *ptr, size_t& ulen)
|
||||||
ulen, vmin_, vtime_, io_status.hEvent);
|
ulen, vmin_, vtime_, io_status.hEvent);
|
||||||
if (!overlapped_armed)
|
if (!overlapped_armed)
|
||||||
{
|
{
|
||||||
SetCommMask (get_handle (), EV_RXCHAR| EV_ERR | EV_BREAK | EV_CTS | EV_DSR | EV_RING | EV_RLSD | EV_RXFLAG);
|
SetCommMask (get_handle (), EV_RXCHAR);
|
||||||
ResetEvent (io_status.hEvent);
|
ResetEvent (io_status.hEvent);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue