Update of /cvsroot/com0com/com0com/sys
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv10729
Modified Files:
bufutils.c
Log Message:
Added missing SERIAL_EV_BREAK
Index: bufutils.c
===================================================================
RCS file: /cvsroot/com0com/com0com/sys/bufutils.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** bufutils.c 1 Sep 2008 16:54:28 -0000 1.13
--- bufutils.c 2 Sep 2008 07:36:22 -0000 1.14
***************
*** 20,23 ****
--- 20,26 ----
*
* $Log$
+ * Revision 1.14 2008/09/02 07:36:22 vfrolov
+ * Added missing SERIAL_EV_BREAK
+ *
* Revision 1.13 2008/09/01 16:54:28 vfrolov
* Replaced SERIAL_LSRMST_LSR_NODATA by SERIAL_LSRMST_LSR_DATA for BREAK
***************
*** 210,213 ****
--- 213,217 ----
pIoPortRemote->sendBreak = FALSE;
BreakError(pIoPort, &lsr);
+ pFlowFilter->events |= SERIAL_EV_BREAK;
} else {
if (pIoPortRemote->brokeCharsProbability > 0)
|