Skip to content

Commit

Permalink
Re-add kdprint and SetBlack after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ManOnTheMountainTech committed Mar 21, 2024
1 parent 764d560 commit 7d8200c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion TailLight/TailLight.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ struct TailLightReport {
}

if ((Unknown1 != 0xB2) || (Unknown2 != 0x03)) {
//KdPrint(("TailLight: TailLightReport: Unknown control Code 0x%x 0x%x\n", Unknown1, Unknown2));
KdPrint(("TailLight: TailLightReport: Unknown control Code 0x%x 0x%x\n", Unknown1, Unknown2));
return false;
}

Expand Down
2 changes: 2 additions & 0 deletions TailLight/TailLight.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ copy "$(WDKBinRoot)\$(Platform)\certmgr.exe" $(PackageDir)</Command>
<ClCompile Include="device.cpp" />
<ClCompile Include="driver.cpp" />
<ClCompile Include="eventlog.cpp" />
<ClCompile Include="SetTaillightBlack.cpp" />
<ClCompile Include="vfeature.cpp" />
<ClCompile Include="wmi.cpp" />
<ResourceCompile Include="module.rc" />
Expand All @@ -150,6 +151,7 @@ copy "$(WDKBinRoot)\$(Platform)\certmgr.exe" $(PackageDir)</Command>
<ClInclude Include="device.h" />
<ClInclude Include="driver.h" />
<ClInclude Include="eventlog.h" />
<ClInclude Include="SetBlack.h" />
<ClInclude Include="TailLight.h" />
<ClInclude Include="vfeature.h" />
<ClInclude Include="wmi.h" />
Expand Down

0 comments on commit 7d8200c

Please sign in to comment.