Skip to content
Snippets Groups Projects
Commit 147ddfef authored by Michael McCormack's avatar Michael McCormack Committed by Alexandre Julliard
Browse files

Removed broken support for EV_TXEMPTY because it causes busy loops.

parent 7526540e
No related branches found
No related tags found
No related merge requests found
......@@ -221,8 +221,8 @@ int serial_async_get_poll_events( struct async *ov )
mask = async_get_eventmask(ov);
if(mask&EV_RXCHAR)
events |= POLLIN;
if(mask&EV_TXEMPTY)
events |= POLLOUT;
/* if(mask&EV_TXEMPTY)
events |= POLLOUT; */
break;
}
return events;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment