From: <an...@us...> - 2008-04-12 15:47:03
|
Revision: 1636 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=1636&view=rev Author: and-81 Date: 2008-04-12 08:46:56 -0700 (Sat, 12 Apr 2008) Log Message: ----------- Added more logging for MCE devices Modified Paths: -------------- trunk/plugins/IR Server Suite/IR Server Plugins/Microsoft MCE Transceiver/DriverReplacement.cs trunk/plugins/IR Server Suite/IR Server Plugins/Microsoft MCE Transceiver/DriverVista.cs trunk/plugins/IR Server Suite/IR Server Plugins/Microsoft MCE Transceiver/DriverXP.cs Modified: trunk/plugins/IR Server Suite/IR Server Plugins/Microsoft MCE Transceiver/DriverReplacement.cs =================================================================== --- trunk/plugins/IR Server Suite/IR Server Plugins/Microsoft MCE Transceiver/DriverReplacement.cs 2008-04-12 11:43:48 UTC (rev 1635) +++ trunk/plugins/IR Server Suite/IR Server Plugins/Microsoft MCE Transceiver/DriverReplacement.cs 2008-04-12 15:46:56 UTC (rev 1636) @@ -186,6 +186,8 @@ #if DEBUG DebugOpen("MicrosoftMceTransceiver_DriverReplacement.log"); DebugWriteLine("Start()"); + DebugWriteLine("Device Guid: {0}", _deviceGuid); + DebugWriteLine("Device Path: {0}", _devicePath); DebugWriteLine("Device Type: {0}", Enum.GetName(typeof(DeviceType), _deviceType)); #endif Modified: trunk/plugins/IR Server Suite/IR Server Plugins/Microsoft MCE Transceiver/DriverVista.cs =================================================================== --- trunk/plugins/IR Server Suite/IR Server Plugins/Microsoft MCE Transceiver/DriverVista.cs 2008-04-12 11:43:48 UTC (rev 1635) +++ trunk/plugins/IR Server Suite/IR Server Plugins/Microsoft MCE Transceiver/DriverVista.cs 2008-04-12 15:46:56 UTC (rev 1636) @@ -584,6 +584,8 @@ #if DEBUG DebugOpen("MicrosoftMceTransceiver_DriverVista.log"); DebugWriteLine("Start()"); + DebugWriteLine("Device Guid: {0}", _deviceGuid); + DebugWriteLine("Device Path: {0}", _devicePath); #endif _notifyWindow = new NotifyWindow(); Modified: trunk/plugins/IR Server Suite/IR Server Plugins/Microsoft MCE Transceiver/DriverXP.cs =================================================================== --- trunk/plugins/IR Server Suite/IR Server Plugins/Microsoft MCE Transceiver/DriverXP.cs 2008-04-12 11:43:48 UTC (rev 1635) +++ trunk/plugins/IR Server Suite/IR Server Plugins/Microsoft MCE Transceiver/DriverXP.cs 2008-04-12 15:46:56 UTC (rev 1636) @@ -185,6 +185,8 @@ #if DEBUG DebugOpen("MicrosoftMceTransceiver_DriverXP.log"); DebugWriteLine("Start()"); + DebugWriteLine("Device Guid: {0}", _deviceGuid); + DebugWriteLine("Device Path: {0}", _devicePath); DebugWriteLine("Device Type: {0}", Enum.GetName(typeof(DeviceType), _deviceType)); #endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |