| Age | Commit message (Collapse) | Author |
|
* Remove invalid INF DeviceInstall32
Removes from the sample an invalid API call.
* Update to SimpleMediaSource.inf
Fixes to use public installation path
|
|
- removed the [ToastMonBuggy] section to eliminate emitted warning
|
|
Remove capture of changed files as they are unneeded in this workflow. We will build all files to create a baseline.
|
|
In accordance with this issue https://github.com/github/codeql-cli-binaries/issues/149 I have reconfigured to run code scanning on all PR's (to include text only changes) and adjusted the build command to build all solutions, not just the changed ones.
|
|
* Removed unsupported install section
- This change removes the unsupported install method from the .inf file.
* Updated readme with DevGen example
- Add section to readme to encourage the usage of DevGen.
- Added example of how to use DevGen when installing sample driver.
* Update readme
- updated README.md based on the given suggestions
* More updates to readme
- added link to SwDevice
- fixed missing back tick
|
|
Update ProdScan and WiaDriver samples to target a single architecture.
|
|
Co-authored-by: Jason Knichel <[email protected]>
|
|
Deletes CodeQL-Analysis Workflow
|
|
microsoft/lauragonzalezzz/configure-code-scanning-alerts
Create Code-Scanning.yml
|
|
GitHub did not register this workflow as the one associated with the Code Scanning security feature.
Therefore I have a separate PR https://github.com/microsoft/Windows-driver-samples/pull/818 which established the workflow through the security menu.
This workflow is identical to that one except for a syntax fix in the designation of which types of file updates do not trigger the workflow.
|
|
Excludes all files within the .github directory from triggering the Code Scanning workflow.
|
|
This file is identical to the existing workflow except that it has been created via the GitHub Security Code Scanning menu, which registers the workflow with the Code Scanning triggers unlike the existing workflow. If this successfully meets the Security requirements, the next commit will remove the duplicate workflow.
|
|
Co-authored-by: Jason Knichel <[email protected]>
|
|
Co-authored-by: Jason Knichel <[email protected]>
|
|
Creates CodeQL-Analysis workflow to run the latest CodeQL CLI and cpp rules against driver solutions which have changed.
This is a CI mechanism to alert if there are CodeQL violations in projects which have been changed since the last commit.
|
|
* add NDIS_SUPPORT_NDIS680 in #if directive in adapter.c
* add NDIS_SUPPORT_NDIS680 in #if directive in miniport.c
* fix driver isolation violation 1323 for netvmini680.inf
* fix driver isolation violation 1322 for netvmini680.inf
* set NIC_PHYSICAL_MEDIUM to NdisPhysicalMedium802_3 in hardware.h
* change local type from ULONG to UINT8 to match return type
* Remove AddReg TextModeFlags in inf for netvmini680
|
|
correct logging statement
|
|
drivers. (#803)
* fix driver isolation violations 1322 1323 for netvmini60.inf
* fix driver isolation violations 1322 1323 for netvmini620.inf
* fix driver isolation violations 1322 1323 for netvmini630.inf
* change local type from ULONG to UINT8 to match return type
* Remove AddReg TextModeFlags in inf for netvmini60
* Remove AddReg TextModeFlags in inf for netvmini620
* Remove AddReg TextModeFlags in inf for netvmini630
|
|
|
|
* fix wider type comparisons
* fix resulting mismatched types
|
|
jasonknichel/user/jknichel/HopefullyFixDevelopBranch
Hopefully fix develop branch error in these header files
|
|
|
|
|
|
|
|
|
|
(#793)
* Clean up some misc infverif 1203 errors
* Clean up some infverif 1324 (no PnpLockdown=1) errors
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
toastmon.c (#785)
Handle non-successful return value of WdfIoTargetStart in toastmon.c
|
|
Fix actions: escape emoji characters; add small validations to build scripts
|
|
|
|
* Add scripts to build a set of samples, as well as individual solution folders.
* Add GitHub workflows to use these scripts and build all samples on push and changed samples on pull request.
For now samples will be built under Windows 2019 but eventually workflow will be moved to run under Windows 2022.
|
|
|
|
|
|
* Include/Needs inbox services
* Added header comment specifying required minimum OS version
|
|
|
|
|
|
|
|
* fix sha alg for samples
* fix UMDF inx
* PR feedback
Co-authored-by: Yinghan Yang <[email protected]>
Co-authored-by: Yinghan Yang (307315) <[email protected]>
|
|
fix UINT8 comparison with ULONG
|
|
|
|
|
|
1. Running the ApiValidator and make sure the issue free.
2. Running the InfVerif and make sure the INF file issue free.
There is limitations for MSFT currently doesn’t have any SDIO based WI-FI NICs, so the latest Driver Verifier /RC 33 36 tests not run
|
|
|