[Com0com-cvs] com0com/sys pnp.c,1.13,1.14
The virtual serial port driver for Windows.
Brought to you by:
vfrolov
From: Vyacheslav F. <vf...@us...> - 2011-12-27 11:23:14
|
Update of /cvsroot/com0com/com0com/sys In directory vz-cvs-4.sog:/tmp/cvs-serv18009 Modified Files: pnp.c Log Message: Changed DeviceTextDescription Index: pnp.c =================================================================== RCS file: /cvsroot/com0com/com0com/sys/pnp.c,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** pnp.c 29 Jul 2010 12:10:04 -0000 1.13 --- pnp.c 27 Dec 2011 11:23:11 -0000 1.14 *************** *** 2,6 **** * $Id$ * ! * Copyright (c) 2004-2010 Vyacheslav Frolov * * This program is free software; you can redistribute it and/or modify --- 2,6 ---- * $Id$ * ! * Copyright (c) 2004-2011 Vyacheslav Frolov * * This program is free software; you can redistribute it and/or modify *************** *** 20,23 **** --- 20,26 ---- * * $Log$ + * Revision 1.14 2011/12/27 11:23:11 vfrolov + * Changed DeviceTextDescription + * * Revision 1.13 2010/07/29 12:10:04 vfrolov * Added handling of IRPs that must be handled *************** *** 274,279 **** RtlInitUnicodeString(&portText, NULL); ! StrAppendStr0(&status, &portText, L"Port "); ! StrAppendStr0(&status, &portText, pDevExt->portName); if (NT_SUCCESS(status)) --- 277,281 ---- RtlInitUnicodeString(&portText, NULL); ! StrAppendStr0(&status, &portText, L"com0com - serial port emulator"); if (NT_SUCCESS(status)) |