| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-04-18 | [general/simplemediasource] Fix architecture in solution (#977) | Adonais Romero González | |
| 2023-04-10 | Update various general projects to use DriverTargetPlatform of 'Windows ↵ | Jason | |
| Driver' (#969) Co-authored-by: Jason Knichel <[email protected]> | |||
| 2023-04-07 | Update toaster projects' DriverTargetPlatform to be 'Windows Driver' (#963) | Jason | |
| Co-authored-by: Jason Knichel <[email protected]> | |||
| 2023-04-06 | Update osrfx2_DCHU_base.inx to Include/Needs wudfrd.inf (#960) | Jason | |
| Co-authored-by: Jason Knichel <[email protected]> | |||
| 2023-04-05 | Update file encoding to be UTF-16 LE for misc INFs (#959) | Jason | |
| Co-authored-by: Jason Knichel <[email protected]> | |||
| 2023-04-04 | Address violations in osrfx2_DCHU_extension.inx (#952) | Jason | |
| Co-authored-by: Jason Knichel <[email protected]> | |||
| 2023-03-31 | Fix file encoding of various OSR FX2 DCHU samples (#951) | Jason | |
| Co-authored-by: Jason Knichel <[email protected]> | |||
| 2023-03-31 | Remove references to XP in INFs (#950) | Jason | |
| Co-authored-by: Jason Knichel <[email protected]> | |||
| 2023-03-17 | [general/toaster/toastpkg] update INF; remove toastcd (#936) | Wei Mao | |
| - Remove reference to coinstaller. They are deprecated. - Remove support for multiple-arch. No many needs for such a feature, and they do not play well with InfVerif - Remove toastcd folder. They are basically the binary result of sibling folders. | |||
| 2023-03-14 | Use WudfRd.inf instead of AddService | Wei Mao | |
| 2023-03-14 | Fix file encoding of osrfx2_DCHU_base.inx (#933) | Jason | |
| Co-authored-by: Jason Knichel <[email protected]> | |||
| 2023-03-13 | INFs using DIRID 13 should target only build 16299 or later - misc general ↵ | Jason | |
| updates (#929) Co-authored-by: Jason Knichel <[email protected]> | |||
| 2023-03-13 | Fix TargetOSVersion for INFs with UMDF drivers. Fix comments in toaster ↵ | Jason | |
| samples (#926) Co-authored-by: Jason Knichel <[email protected]> | |||
| 2023-03-13 | INFs using DIRID 13 should target only build 16299 or later - toaster ↵ | Jason | |
| updates (#924) Co-authored-by: Jason Knichel <[email protected]> | |||
| 2023-03-07 | [general\echo\umdf2] Add TargetOSVersion to INF file (#911) | Wei Mao | |
| 2023-03-07 | Opt many samples in for Universal validation (#910) | Michael Bernstein (MSFT) | |
| * Opt-in many Desktop samples for ApiValidator ApiValidator is passing for many of our samples marked Desktop. This is promising and it is worth running ApiValidator on these to ensure they stay within the Universal API limits. * Shift avstream/sampledevicemft sample to use mfcore.dll rather than mf.dll * Opt many samples in for Universal validation Many of our driver samples build cleanly agains the UniversalDDIs.xml API list. Opting these in as Universal helps protect their API surface against accidentally picking up more Desktop-only APIs. * Revert "Opt-in many Desktop samples for ApiValidator" This reverts commit a6aa7e6797ab01e6b15c8a4e1cbcea6d7a615629. --------- Co-authored-by: Michael Bernstein (DPLAT) <[email protected]> | |||
| 2023-03-03 | Fix up some of the malformed DriverVer directives (#909) | Jason | |
| Co-authored-by: Jason Knichel <[email protected]> | |||
| 2023-02-14 | Update DCHU sample INFs to restrict themselves to only OS versions they work ↵ | Jason | |
| on (#884) Co-authored-by: Jason Knichel <[email protected]> | |||
| 2023-02-08 | Update README.md (#530) | Shiselster | |
| In order to launch the Device Manager, the command is **devmgmt.msc** and not simply **devmgmt**. | |||
| 2023-02-07 | Clean up a few misc things after merge of main into develop (#859) | Jason | |
| Co-authored-by: Jason Knichel <[email protected]> | |||
| 2023-02-03 | Merge branch 'main' into develop-2302-merge | Adonais Romero González | |
| 2023-01-25 | Create Test.txt | Cymoki | |
| 2023-01-15 | [general/toaster] Update GetDeviceDescription | Wei Mao | |
| 2023-01-15 | Fix: Invalid flag 0x4000, cannot be used with DIRID 13 | Wei Mao | |
| 2023-01-15 | [DirID-13] toaster sample drivers | Wei 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, serial | Wei Mao | |
| 2023-01-13 | [UMDF v1] Remove general/umdfSkeleton | Wei Mao | |
| 2023-01-13 | [UMDF v1] Remove general/toaster/toastDrv/umdf/func, Toastmon | Wei Mao | |
| 2023-01-13 | [UMDF v1] Remove general/echo/umdf, umdfSocketEcho | Wei Mao | |
| 2023-01-12 | Remove 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-03 | Remove IA64 support from more samples (#816) | Jason | |
| Co-authored-by: Jason Knichel <[email protected]> | |||
| 2022-10-14 | Fix 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-05 | Add PnpLockdown=1 to a bunch of sample INFs (#789) | Jason | |
| 2022-09-26 | [general/filehistory] Remove sample; APIs have been deprecated | Adonais Romero Gonzalez | |
| 2022-09-26 | Merge branch 'main' into develop | Adonais 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-08-08 | Include/Needs inbox services (#765) | emilyhobby | |
| * Include/Needs inbox services * Added header comment specifying required minimum OS version | |||
| 2022-06-20 | Replace deprecated ExAllocatePoolWithQuotaTag call (#747) | Oliver | |
| ExAllocatePoolWithQuotaTag has been deprecated in Windows 10 (v 2004), this change replaces the calls to this functions. | |||
| 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-03-24 | updated pool allocate API (#634) | Alena Egorova | |
| Co-authored-by: Alena Egorova <[email protected]> | |||
| 2022-03-10 | Updating ExAllocatePoolWithTag security and additional PnpLockdown warning ↵ | Phan Trinh Ha | |
| on build | |||
| 2022-01-31 | Merge pull request #656 from jgeurten/master | tobafo19 | |
| Update remaining samples to use SHA256 as digest signing algorithm | |||
| 2021-10-15 | Replace regfltr sample calls to ExAllocatePoolWithTag with ↵ | Chris Kleynhans | |
| ExAllocatePoolZero. (#501) | |||
| 2021-07-29 | Updated \general\ Windows-driver-samples to use SHA256 for signing | Jordan Geurten | |
| 2021-07-16 | update driver signing to sha256 (#648) | jayguanms | |
| Co-authored-by: Jay Guan <[email protected]> | |||
| 2021-06-10 | Update Github \general\pcidrv Windows-driver-samples to use SHA256 for ↵ | Alena Egorova | |
| signing (#633) Co-authored-by: Alena Egorova <[email protected]> | |||
| 2021-05-25 | update simplemediasource sample (#614) | j-leungyy | |
| * update simplemediasource wrl to winrtcpp COM, add mediatype NV12 (SimpleFrameGenerator), fix Mediatype missing attribute (bitrate), add IMFActivate, IMFSampleAllocator interface and implementation, update hardcode arg with named variables, cleanup sample for StreamIndex and StreamId, add sample KSControl * address PR-it1 comments * address comment from PR-it2, replace manual define of IKSControl by ksproxy.h * remove unuse header * address comment from PR * fix sdk to latest, add driversign algorithm * remove nudget, use submodule | |||
| 2021-05-07 | Merge pull request #591 from idigdoug/user/dcook/kcsDigest | tobafo19 | |
| kcs - add sha256, cleanup, use Ctrpp task | |||
| 2021-04-22 | Driver signing changes for driver samples (#612) | Dipannita Shaw | |
