summaryrefslogtreecommitdiff
path: root/general
AgeCommit message (Collapse)Author
2023-04-18[general/simplemediasource] Fix architecture in solution (#977)Adonais Romero González
2023-04-10Update various general projects to use DriverTargetPlatform of 'Windows ↵Jason
Driver' (#969) Co-authored-by: Jason Knichel <[email protected]>
2023-04-07Update toaster projects' DriverTargetPlatform to be 'Windows Driver' (#963)Jason
Co-authored-by: Jason Knichel <[email protected]>
2023-04-06Update osrfx2_DCHU_base.inx to Include/Needs wudfrd.inf (#960)Jason
Co-authored-by: Jason Knichel <[email protected]>
2023-04-05Update file encoding to be UTF-16 LE for misc INFs (#959)Jason
Co-authored-by: Jason Knichel <[email protected]>
2023-04-04Address violations in osrfx2_DCHU_extension.inx (#952)Jason
Co-authored-by: Jason Knichel <[email protected]>
2023-03-31Fix file encoding of various OSR FX2 DCHU samples (#951)Jason
Co-authored-by: Jason Knichel <[email protected]>
2023-03-31Remove 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-14Use WudfRd.inf instead of AddServiceWei Mao
2023-03-14Fix file encoding of osrfx2_DCHU_base.inx (#933)Jason
Co-authored-by: Jason Knichel <[email protected]>
2023-03-13INFs using DIRID 13 should target only build 16299 or later - misc general ↵Jason
updates (#929) Co-authored-by: Jason Knichel <[email protected]>
2023-03-13Fix TargetOSVersion for INFs with UMDF drivers. Fix comments in toaster ↵Jason
samples (#926) Co-authored-by: Jason Knichel <[email protected]>
2023-03-13INFs 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-07Opt 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-03Fix up some of the malformed DriverVer directives (#909)Jason
Co-authored-by: Jason Knichel <[email protected]>
2023-02-14Update DCHU sample INFs to restrict themselves to only OS versions they work ↵Jason
on (#884) Co-authored-by: Jason Knichel <[email protected]>
2023-02-08Update README.md (#530)Shiselster
In order to launch the Device Manager, the command is **devmgmt.msc** and not simply **devmgmt**.
2023-02-07Clean up a few misc things after merge of main into develop (#859)Jason
Co-authored-by: Jason Knichel <[email protected]>
2023-02-03Merge branch 'main' into develop-2302-mergeAdonais Romero González
2023-01-25Create Test.txtCymoki
2023-01-15[general/toaster] Update GetDeviceDescriptionWei Mao
2023-01-15Fix: Invalid flag 0x4000, cannot be used with DIRID 13Wei Mao
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 general/umdfSkeletonWei Mao
2023-01-13[UMDF v1] Remove general/toaster/toastDrv/umdf/func, ToastmonWei Mao
2023-01-13[UMDF v1] Remove general/echo/umdf, umdfSocketEchoWei Mao
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-03Remove IA64 support from more samples (#816)Jason
Co-authored-by: Jason Knichel <[email protected]>
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-05Add PnpLockdown=1 to a bunch of sample INFs (#789)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-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-08Include/Needs inbox services (#765)emilyhobby
* Include/Needs inbox services * Added header comment specifying required minimum OS version
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-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-24updated pool allocate API (#634)Alena Egorova
Co-authored-by: Alena Egorova <[email protected]>
2022-03-10Updating ExAllocatePoolWithTag security and additional PnpLockdown warning ↵Phan Trinh Ha
on build
2022-01-31Merge pull request #656 from jgeurten/mastertobafo19
Update remaining samples to use SHA256 as digest signing algorithm
2021-10-15Replace regfltr sample calls to ExAllocatePoolWithTag with ↵Chris Kleynhans
ExAllocatePoolZero. (#501)
2021-07-29Updated \general\ Windows-driver-samples to use SHA256 for signingJordan Geurten
2021-07-16update driver signing to sha256 (#648)jayguanms
Co-authored-by: Jay Guan <[email protected]>
2021-06-10Update Github \general\pcidrv Windows-driver-samples to use SHA256 for ↵Alena Egorova
signing (#633) Co-authored-by: Alena Egorova <[email protected]>
2021-05-25update 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-07Merge pull request #591 from idigdoug/user/dcook/kcsDigesttobafo19
kcs - add sha256, cleanup, use Ctrpp task
2021-04-22Driver signing changes for driver samples (#612)Dipannita Shaw