summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-06-27Removing another instance of ExAllocate Pool (#748)C De
* Removing instance of ExAllocatePoolWithTag * Removing ExAllocatePool define Co-authored-by: C De <[email protected]>
2022-06-20Replace deprecated ExAllocatePoolWithQuotaTag call (#747)Oliver
ExAllocatePoolWithQuotaTag has been deprecated in Windows 10 (v 2004), this change replaces the calls to this functions.
2022-06-10Removing instance of ExAllocatePoolWithTag (#742)C De
Co-authored-by: C De <[email protected]>
2022-06-01[general\obcallback] Replace ExAllocatePoolWithTag -> ExAllocatePool2 (#736)Adonais Romero González
Replacing deprecated ExAllocatePoolWithTag to ExAllocatePool2. Builds with Windows 11 EWDK with Visual Studio Build Tools 17.1.5.
2022-05-26[hid\firefly] Replace ExAllocatePoolWithTag -> ExAllocatePool2 (#734)Phan Trinh Ha
Update ExAllocatePoolWithTag -> ExAllocatePool2
2022-05-24Update README.mdwin11-22h2Adonais Romero González
2022-05-24Merge pull request #729 from ↵Adonais Romero González
microsoft/users/GitHubPolicyService/c85a8fe9-943e-41a2-b91f-2cb622b9eb6b Adding Microsoft SECURITY.MD
2022-05-23Microsoft mandatory filemicrosoft-github-policy-service[bot]
2022-05-18Replaced ExAllocatePoolWithTag to more secure ExAllocatePoolZero in samples ↵olegkMS
of filesystems and filesystem filters; made necessary changes to make solutions buildable under recent Visual Studio (#725)
2022-05-11Switch WSK Echosrv to ExAllocatePoolZero (#720)Thad House
2022-05-11Using ExAllocatePool2 for deferred API change (#719)visvel
2022-05-04[storage/class/disk] Use ExAllocatePool2 (#712)dwimmel-msft
2022-05-01fix codeql ComparisonWithWiderType (#711)dwimmel-msft
2022-05-01bug fix: updating UINT8 to UINT32 to correct wrong type comparison (#709)brandyking
2022-04-26Check success of StringFromCLSID before printing string (#1) (#716)Michael Katz
* Check success of StringFromCLSID before printing string * initialized wchar ptr to null
2022-04-05Removing Unused variable from SimpleAudioSample (#710)judzmura
There was a variable (MicArray_180_Degrees) being initialized but not used which was causing a warning and a subsequent failure when building the driver in the Windows Driver Kit TP process. This was fixed by removing the variable's initialization. Validated by building the driver and making sure it still installs and works correctly.
2022-04-04Set ManagedAssembly=true on usb/usbview projectAdonais Romero González
This will enable the sample to be built under the v143 VC++ toolset while allowing it to be built under lowered version toolsets
2022-03-31[network\trans] ExAllocatePoolWithTag changing to ExAllocatePoolZero (#696)Elaine Houha
* init commit more exallocatepoolwithtag to exallocatePoolZero * CR comments * Adds a define for downlevel support * All flavors build Debug/Release Win32/x64, stmEdit.inf edited to fix build errors related to primative drivers * Using recommend arch decoration Co-authored-by: Elaine Houha <[email protected]>
2022-03-30[usb/usbview] Comparison between i of type UCHAR and SublinkSpeedAttrCount ↵Wei Mao
of wider type ULONG. (line 2730)