summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-12Remove invalid INF DeviceInstall32 (#811)Gerrit Swaneveld
* Remove invalid INF DeviceInstall32 Removes from the sample an invalid API call. * Update to SimpleMediaSource.inf Fixes to use public installation path
2023-01-12Fix unused warning (#829)Matt Moseley
- removed the [ToastMonBuggy] section to eliminate emitted warning
2023-01-10Remove capture of changed filesLaura
Remove capture of changed files as they are unneeded in this workflow. We will build all files to create a baseline.
2023-01-09Re Configure Code-Scanning.ymlLaura
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.
2023-01-09Update to DV-FailDriver-WDM (#823)Matt Moseley
* 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
2023-01-06Update ProdScan and WiaDriver samples (#824)alexke-dev
Update ProdScan and WiaDriver samples to target a single architecture.
2023-01-03Remove IA64 support from more samples (#816)Jason
Co-authored-by: Jason Knichel <[email protected]>
2022-12-29Merge pull request #820 from microsoft/lauragonzalezzz/remove-redundant-workflowLaura
Deletes CodeQL-Analysis Workflow
2022-12-29Merge pull request #818 from ↵Laura
microsoft/lauragonzalezzz/configure-code-scanning-alerts Create Code-Scanning.yml
2022-12-29Deletes CodeQL-Analysis WorkflowLaura
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.
2022-12-27Updates Code Scanning ExclusionLaura
Excludes all files within the .github directory from triggering the Code Scanning workflow.
2022-12-27Create Code-Scanning.ymlLaura
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.
2022-12-15Remove IA64 support from Print samples (#815)Jason
Co-authored-by: Jason Knichel <[email protected]>
2022-12-12Clean up some infverif warnings and errors in print samples (#814)Jason
Co-authored-by: Jason Knichel <[email protected]>
2022-12-08Creates CodeQL-Analysis Workflow (#813)Laura
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.
2022-12-02Netvmin680 fix (#805)kahashimoto-ms
* 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
2022-12-02Update HelperFunctions_ThreadsAndEvents.cpp (#798)janasebaali
correct logging statement
2022-12-02Fix driver isolation violations 1322 and 1323 for netvmini (60, 620, 630) ↵kahashimoto-ms
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
2022-11-28Merge branch 'main' into developAdonais Romero Gonzalez
2022-11-28[network/wlan/WDI] Fix Mismatched Type Comparisons (#715)Pranav Sharma
* fix wider type comparisons * fix resulting mismatched types
2022-11-28Merge pull request #807 from ↵Jason
jasonknichel/user/jknichel/HopefullyFixDevelopBranch Hopefully fix develop branch error in these header files
2022-11-28Hopefully fix develop branch error in these header filesJason Knichel
2022-11-09Add mobile broadband mbbcx client driver sample code (#797)taj0207
2022-11-02Merge branch 'main' into developAdonais Romero Gonzalez
2022-10-18Upgrade actions environment to Windows 2022 (#794)Adonais Romero González
2022-10-14Fix some infverif 1203 (missing section) and 1324 (no PnpLockdown=1) errors ↵Jason
(#793) * Clean up some misc infverif 1203 errors * Clean up some infverif 1324 (no PnpLockdown=1) errors
2022-10-10[usb/usbview] fix infinite loop (#792)薄景仁
2022-10-06Add PnpLockdown=1 to more sample INFs (#790)Jason
2022-10-05Add PnpLockdown=1 to a bunch of sample INFs (#789)Jason
2022-10-05[smartcrd\pscr] Get pscr sample building properly (#788)Jason
2022-09-26[general/filehistory] Remove sample; APIs have been deprecatedAdonais Romero Gonzalez
2022-09-26Merge branch 'main' into developAdonais Romero Gonzalez
2022-09-26Fix exclusions file formatAdonais Romero Gonzalez
2022-09-26Merge branch 'main' into developAdonais Romero Gonzalez
2022-09-21[general/toaster] Handle non successful return value of WdfIoTargetStart in ↵Phan Trinh Ha
toastmon.c (#785) Handle non-successful return value of WdfIoTargetStart in toastmon.c
2022-09-06Miscellaneous build scripts fixes (#779)Adonais Romero González
Fix actions: escape emoji characters; add small validations to build scripts
2022-08-31Include/Needs inbox services for hidusbfx2, vhidmini, umdf_filter_umdf (#778)emilyhobby
2022-08-26Add CI workflows for building and validating driver samples (#775)Adonais Romero González
* 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.
2022-08-12Update README.mdBarry Golden
2022-08-11[biometrics] Use includes/needs for wudfbiousbsample (#767)Parag Mali
2022-08-08Include/Needs inbox services (#765)emilyhobby
* Include/Needs inbox services * Added header comment specifying required minimum OS version
2022-07-28Merge branch 'main' into developAdonais Romero Gonzalez
2022-07-28Merge branch 'main' of https://github.com/microsoft/Windows-driver-samplesAdonais Romero Gonzalez
2022-07-28[gpio\samples\simdevice] fix UMDF inx (#763)Yinghan Yang
2022-07-28[gpio\samples\simdevice (#763)Yinghan Yang
* 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]>
2022-07-18[network\ndis\ndisprot] Virtual Miniport: Fix UINT8 comparison with ULONG (#754)Tom Molenhouse
fix UINT8 comparison with ULONG
2022-07-15Merge branch 'main' into developAdonais Romero Gonzalez
2022-07-15[pofx\pep] Pool allocation fix (#759)Yinghan Yang
2022-07-12[network\wlan\wdi] Move Project to be Windows Driver Compliance ready (#752)Yang You(UU)
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
2022-07-06Solves the miscalculation of the message indexİsa Yurdagül