diff options
| author | Wei Mao <[email protected]> | 2019-01-18 13:40:24 -0800 |
|---|---|---|
| committer | Wei Mao <[email protected]> | 2019-01-18 13:59:08 -0800 |
| commit | 723c26efd863cd9250d0b2d589f682bb9206089f (patch) | |
| tree | a3750b4dbc3490bb695496d5801f89f57bbe5918 /serial | |
| parent | 826f713a1b51e0cb18d28d493ceb3990f9c94305 (diff) | |
Update WPP trace GUID for pcidrv and serial samples
It is common for people to copy and rename WDK sample when starting a new driver project. During the process sometimes people forgets to change the new driver's WPP trace GUID, causing difficulty when collecting trace logs. This happens for some inbox drivers as well. Note this is not a problem when using WDK project wizard in VS which always creates a new trace GUID.
The fix updates the trace GUID for pcidrv and serial samples, so that they won't collide with the inbox driver.
Diffstat (limited to 'serial')
| -rw-r--r-- | serial/serial/trace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serial/serial/trace.h b/serial/serial/trace.h index f06efa9f..cb7f5f34 100644 --- a/serial/serial/trace.h +++ b/serial/serial/trace.h @@ -90,7 +90,7 @@ TraceEvents ( #define WPP_CHECK_FOR_NULL_STRING //to prevent exceptions due to NULL strings #define WPP_CONTROL_GUIDS \ - WPP_DEFINE_CONTROL_GUID(SerialTraceGuid,(bc6c9364,fc67,42c5,acf7,abed3b12ecc6), \ + WPP_DEFINE_CONTROL_GUID(SerialTraceGuid,(f3a79ab6,9827,4419,9465,45cf949ef659), \ WPP_DEFINE_BIT(DBG_INIT) /* bit 0 = 0x00000001 */ \ WPP_DEFINE_BIT(DBG_PNP) /* bit 1 = 0x00000002 */ \ WPP_DEFINE_BIT(DBG_POWER) /* bit 2 = 0x00000004 */ \ |
