summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-12update the project settings for the IDD sampleuser/daspr/iddsamplebuildfixDavid Spruill
2024-01-29Bump tj-actions/changed-files from 35 to 41 in /.github/workflows (#1067)dependabot[bot]
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35 to 41. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v35...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-22mshidkmdf->mshidumdf (#1085)zlockard
Co-authored-by: Zac Lockard <[email protected]>
2024-01-22Fix build issues in vhid samples (#1084)zlockard
* Fix build issues in vhid samples * Merge from main branch and remove entries from exclusion.csv. Still see failure 2087 for hid.hidusbfx2 * Also update hidusbfx2.inf --------- Co-authored-by: Zac Lockard <[email protected]> Co-authored-by: Jakob Lichtenberg (170957) <[email protected]>
2024-01-22Partial Manual Merge of develop to main specifically to add /sw1402 (#1083)JakobL-MSFT
user/jakobl/partial_merge_develop_to_main
2024-01-15Partial Manual Merge of develop to main specifically to add support for fine ↵JakobL-MSFT
grained exclusions (#1076) user/jakob/partial_manual_merge_develop_to_main_fine_grained_exclusion
2023-12-14Add winget configuration file to install VS onlyuser/jacob-ronstadt/code-scanningAdonais Romero González
2023-12-14Workaround to fix issues install VS using winget configurationAdonais Romero González
2023-11-13Minor adjustments to build instructions (#1021)Adonais Romero González
2023-11-1347451678: Windows-driver-samples /Building-Locally.md: Remove ping (`) from ↵JakobL-MSFT
instructions (#1050)
2023-11-13Add InfVerif exceptions on main branchAdonais Romero González
2023-10-30Merge in changes from develop (#1045)zlockard
Co-authored-by: Zac Lockard <[email protected]>
2023-10-30Fix sysvad to comply with new audio rules ( including versioning ) (#1043)dianarodrigz
Co-authored-by: Diana Rodriguez Luna <[email protected]>
2023-10-05Remove BasicDriverOk from samples (#1038)zlockard
Co-authored-by: Zac Lockard <[email protected]>
2023-09-22Move winget configuration fileAdonais Romero González
2023-09-22Add winget configuration files for WDK 22621Adonais Romero González
2023-08-25[avstream/sampledevicemft] Fix format change error for YUY2 (#984)jk
2023-08-25Change the locking scheme in DMFT to unlock in setoutputstreamstate (#810)jk
A change in device transform manager brought about a deadlock scenario in DMFT sample. The sample now behaves like we have in the rest of the pipeline i.e. we release the lock and wait for the operations on the input pins to complete. This hang is responsible for AMD hangs.
2023-08-22Update code owners to team ownershipAdonais Romero González
2023-08-11Add base code ownership fileAdonais Romero González
2023-06-29Add configuration filter to exclusion list (#1001)Adonais Romero González
2023-06-15Generate and provide overview reports (#993)Adonais Romero González
2023-06-01Update MsBuild action (#990)Adonais Romero González
2023-06-01Add logs as artifacts for actions (#989)Adonais Romero González
2023-05-01Build all samples on PRs with changes to scripts/workflows (#981)Adonais Romero González
Now whenever a change in a script or workflow is detected when running the PR workflow, a full build will be triggered. Updated changed-files action as well to remove warning about deprecated actions being used + general improvements.
2023-04-10Remove ? operators from build scripts to improve compatibilityAdonais Romero González
2023-03-21Update README to reference GH Actions docAdonais Romero González
2023-03-08Enable the CodeQL workflow to pull submodules similar to the regular ↵JakobL-MSFT
workflow. (#883) user-jakobl-codeql-submodules
2023-03-08Merge branch 't/merge-base/main-2023-02-16'Wei Mao
2023-03-08[usb/usbview] Fix wrong-type-format-argument (#915)Wei Mao
2023-02-28Merge pull request #900 from microsoft/simdevice_encodingzlockard
Simdevice encoding
2023-02-16Rename build instructions file to avoid conflicts with root README + small fixAdonais Romero González
2023-02-16Fix logging when there are errors (#881)Adonais Romero González
2023-02-08Enable CodeQL to work thru reasonable workarounds - Cherry pick to main (#863)JakobL-MSFT
Enable CodeQL to work thru reasonable workarounds. (#857)
2023-02-03Incremental improvements of the sample build system (#849)JakobL-MSFT
2023-01-30Build scripts update (#844)Adonais Romero González
--------- Co-authored-by: Jakob Lichtenberg (170957) <[email protected]>
2023-01-18Merge pull request #826 from microsoft/lagonzacodescanning-reconfigLaura
Re Configure Code-Scanning.yml
2023-01-15Merge pull request #836 [general/toaster] Update GetDeviceDescriptionWei Mao
2023-01-15[general/toaster] Update GetDeviceDescriptionWei Mao
2023-01-15Merge pull request #834 - Update WDF samples to use DIRID=13 (Driver Store)Wei Mao
## Why is this change being made? [Driver package isolation](https://learn.microsoft.com/en-us/windows-hardware/drivers/develop/driver-isolation) is a requirement for Windows Drivers that makes driver packages more resilient to external changes, easier to update, and more straightforward to install. One of such requirements is to for driver to [run from the driver store](https://learn.microsoft.com/en-us/windows-hardware/drivers/develop/run-from-driver-store), which means to use `DIRID = 13` in INF file, `DestinationDirs` section and `ServiceBinary` directive. ## What changed? Update generic WDF samples to use DIRID = 13. Specifically, it touches the following sample folders: - general, toaster, usb, hid, input, serial, pofx, spb, wmi Note it does not touch areas that are owned by individual driver classes, e.g., network, storage, file system. This change does mean that the sample **won't work on older OS** (prior to Win10 version 1809) where DIRID 13 is not fully supported. To find the original sample, please look at https://github.com/microsoft/Windows-driver-samples/tree/win11-22h2.
2023-01-15Fix: Invalid flag 0x4000, cannot be used with DIRID 13Wei Mao
2023-01-15[DirID-13] usbWei Mao
Change INF files with the following: - Use Driver Store DirID = 13 which are available starting Windows 10 1809 - Remove WDF coinstaller - Add PnpLockdown = 1
2023-01-15[DirID-13] hid, input, pofx, serial, spb, wmiWei Mao
Change INF files with the following: - Use Driver Store DirID = 13 which are available starting Windows 10 1809 - Remove WDF coinstaller - Add PnpLockdown = 1
2023-01-15[DirID-13] toaster sample driversWei Mao
Change INF files with the following: - Use Driver Store DirID = 13 which are available starting Windows 10 1809 - Remove WDF coinstaller - Add PnpLockdown = 1
2023-01-15[DirID-13] echo, pcidrv, plx9x5x, vhidmini, serial, virtualserial2, usbsamp, ↵Wei Mao
usb/ucm Change INF files with the following: - Use Driver Store DirID = 13 which are available starting Windows 10 1809 - Remove WDF coinstaller - Add PnpLockdown = 1
2023-01-13[UMDF v1] Remove General, USB, serialWei Mao
2023-01-13[UMDF v1] Remove usb/wdf_osrfx2_lab/umdfWei Mao
2023-01-13[UMDF v1] Remove usb/umdf_filter_kmdf, usb/umdf_filter_umdf, usb/umdf_fx2Wei Mao
2023-01-13[UMDF v1] Remove serial/VirtualSerial/ComPort/virtualserial, fakemodemWei Mao
2023-01-13[UMDF v1] Remove general/umdfSkeletonWei Mao