[Com0com-cvs] com0com/include cncext.h,1.3,1.4
The virtual serial port driver for Windows.
Brought to you by:
vfrolov
From: Vyacheslav F. <vf...@us...> - 2008-08-19 12:41:05
|
Update of /cvsroot/com0com/com0com/include In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv8459/include Modified Files: cncext.h Log Message: Replaces C0CE_INSERT_ENABLE_LSR_NBI (insertion on BREAK OFF) by C0CE_INSERT_ENABLE_LSR_BI (insertion on BREAK change) Index: cncext.h =================================================================== RCS file: /cvsroot/com0com/com0com/include/cncext.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** cncext.h 11 Jul 2008 10:34:43 -0000 1.3 --- cncext.h 19 Aug 2008 12:40:58 -0000 1.4 *************** *** 55,59 **** #define C0CE_INSERT_ENABLE_RBR 0x00000100 /* enable C0CE_INSERT_RBR insertion */ #define C0CE_INSERT_ENABLE_RLC 0x00000200 /* enable C0CE_INSERT_RLC insertion */ ! #define C0CE_INSERT_ENABLE_LSR_NBI 0x00010000 /* enable SERIAL_LSRMST_LSR_[NO]DATA insertion on BREAK OFF */ #endif /* _INCLUDE_C0C_CNCEXT_H_ */ --- 55,59 ---- #define C0CE_INSERT_ENABLE_RBR 0x00000100 /* enable C0CE_INSERT_RBR insertion */ #define C0CE_INSERT_ENABLE_RLC 0x00000200 /* enable C0CE_INSERT_RLC insertion */ ! #define C0CE_INSERT_ENABLE_LSR_BI 0x00000400 /* enable SERIAL_LSRMST_LSR_[NO]DATA insertion on BREAK change */ #endif /* _INCLUDE_C0C_CNCEXT_H_ */ |