| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Input Driver Doc (#1165)
The current version of the `README.md` file for the keyboard filter
driver sample erroneously includes what looks like boilerplate text
in the callout at the bottom of the file. This text explains to the
writer of the documentation what to include in the callout text, and
should therefore have been removed when the actual content was added.
This change simply removes this change from the callout text.
|
|
|
|
|
|
The GetSimBattStateFromRegistry function is currently using default settings if GetSimBattStateFromRegistry succeeds, whereas settings from registry are only applied if GetSimBattStateFromRegistry fails. This does not make sense to me.
Therefore proposing to remove the `!` negation from `if (!NT_SUCCESS(Status)) {` on the line after `Status = GetSimBattStateFromRegistry(Device, RegState);` so that default settings are loaded when registry read-back fails.
|
|
This reverts commit 76e8fbba8bb0c5bfa9b7e1fcb407ba4f9b982419.
|
|
|
|
|
|
|
|
|
|
* NuGet notes
* Update Building-Locally.md
* Update Building-Locally.md: Update instructions for usb\usbview sample
* Update Building-Locally.md
* Update Building-Locally.md
* Update Building-Locally.md
* Update Building-Locally.md
* Update Building-Locally.md
* Update Building-Locally.md
* Update Building-Locally.md
* Update Building-Locally.md
* Update Building-Locally.md
* Update Building-Locally.md
|
|
|
|
Upgrade NuGet to 26095.2
|
|
Upgrade NuGet to 26090.10
|
|
Upgrade NuGet to 26090.8
|
|
fix descriptions in list
|
|
|
|
|
|
|
|
This PR adds power limit policy and client driver as samples to use OS native power limit interfaces.
|
|
* Upgrade NuGet to 26090
* Update Build-SampleSet.ps1
* Update Build-SampleSet.ps1
|
|
|
|
* Update to WDK NuGet 26085
* Update to WDK NuGet 26085
---------
Co-authored-by: Jakob Lichtenberg <[email protected]>
|
|
This reverts commit 362c44aef8e9046f21a4c653ed582110765294dc.
|
|
|
|
* Update to WDK NuGet 26080
* Update to WDK NuGet 26080
* Update to WDK NuGet 26080
---------
Co-authored-by: Jakob Lichtenberg <[email protected]>
|
|
|
|
|
|
|
|
* Update Code-Scanning.yml actions/checkout to v4 and microsoft/setup-msbuild to v2
* Update ci-pr.yml to use node20
* Update ci.yml to use node20
|
|
Co-authored-by: Jakob Lichtenberg <[email protected]>
|
|
Co-authored-by: Jakob Lichtenberg <[email protected]>
|
|
* Removed Win32 and Arm from the project configurations.
* Set default platform to x64.
|
|
|
|
* Merge tools in develop to main
* Fine tune testenv
|
|
Update to WDK NuGet 26066
Co-authored-by: Jakob Lichtenberg <[email protected]>
|
|
* Added ARM64 as a new project configuration in both Debug and Release modes.
* Set up properties for the ARM64 platform, including target version, debug libraries, driver target platform, driver type, and platform toolset.
* Included additional dependencies for the ARM64 build.
* Added ARM64 to the list of platforms for which the mux.dll file is packaged.
* Remove /CETCOMPAT as it's not compatible with ARM64
|
|
* Fix TrEE sample
* Fix TrEE sample
|
|
* Build System: Catch Sporadic Failures
* Build System: Catch Sporadic Failures
---------
Co-authored-by: Jakob Lichtenberg <[email protected]>
|
|
* Add ARM64 as target platform on multiple samples
* Remove ARM64 from WFPSampler temporarily
---------
Co-authored-by: Jakob Lichtenberg (170957) <[email protected]>
|
|
|
|
* Add explicit flag for arm64 for ehsc and remove incremental link as ehsc is not passsed for ARM64 VS and looks like ltcg is not supported as well.
* Update exclusions.csv
* Set exception handling via property ExceptionHandling
---------
Co-authored-by: Prashant Chahar <[email protected]>
Co-authored-by: JakobL-MSFT <[email protected]>
Co-authored-by: Jakob Lichtenberg (170957) <[email protected]>
|
|
Update main branch infverif flags (#1118)
|
|
|
|
Update to WDK NuGet 26061
Co-authored-by: Jakob Lichtenberg <[email protected]>
|
|
|
|
|
|
* Remove wmicheck for mof as it is not valid for kmdf projects
* Fixed path to uuid.lib
---------
Co-authored-by: Prashant Chahar <[email protected]>
|