[Com0com-cvs] hub4com/plugins plugins_api.h,1.3,1.4
The virtual serial port driver for Windows.
Brought to you by:
vfrolov
From: Vyacheslav F. <vf...@us...> - 2008-04-14 07:32:10
|
Update of /cvsroot/com0com/hub4com/plugins In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv25976/plugins Modified Files: plugins_api.h Log Message: Renamed option --use-port-module to --use-driver Index: plugins_api.h =================================================================== RCS file: /cvsroot/com0com/hub4com/plugins/plugins_api.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** plugins_api.h 11 Apr 2008 14:48:42 -0000 1.3 --- plugins_api.h 14 Apr 2008 07:32:03 -0000 1.4 *************** *** 20,23 **** --- 20,26 ---- * * $Log$ + * Revision 1.4 2008/04/14 07:32:03 vfrolov + * Renamed option --use-port-module to --use-driver + * * Revision 1.3 2008/04/11 14:48:42 vfrolov * Replaced SET_RT_EVENTS by INIT_LSR_MASK and INIT_MST_MASK *************** *** 134,138 **** PLUGIN_TYPE_INVALID, PLUGIN_TYPE_FILTER, ! PLUGIN_TYPE_PORT, } PLUGIN_TYPE; /*******************************************************************/ --- 137,141 ---- PLUGIN_TYPE_INVALID, PLUGIN_TYPE_FILTER, ! PLUGIN_TYPE_DRIVER, } PLUGIN_TYPE; /*******************************************************************/ |