| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2021-04-20 | Buses samples should use ExAllocatePool2 (#611) | matwilli | |
| * Updating samples to utilize ExAllocatePool2 which zero-initializes pool allocations | |||
| 2021-03-18 | kcs - add sha256, cleanup, use Ctrpp task | Doug Cook | |
| - Set FileDigestAlgorithm=sha256 - Replace custom "Run Ctrpp" task with Ctrpp task. - Minor cleanup and comments. | |||
| 2021-02-22 | remove changes for package test | Prashant Chahar | |
| 2021-02-22 | Update a sample to test nuget | Prashant Chahar | |
| 2020-03-24 | Rewrite the service for the best practice of Win32 Services Interacti… (#472)131800 | andylsn | |
| * Rewrite the service for the best practice of Win32 Services Interacting with Devices * Rewrite the service using pure WIN32 APIs * Support multiple device interfaces * Add WINAPI decoration to notification callbacks to avoid AV issue * A small fix * Implement OSRFX2 samples for AddTrigger syntax and service lifetime control * Add comment on AddTrigger syntax Co-authored-by: Shunni Li <[email protected]> * Update inx file (#2) Co-authored-by: Shunni Li <[email protected]> * Add PnpLockdown in INX * Update osrfx2_DCHU_base.inx Co-authored-by: Shunni Li <[email protected]> | |||
| 2020-01-06 | Updated links to https (#448)112023112022112021112020112019112018112017112016112015112014112013112012112011112010112009112008112007112006 | Barry Golden | |
| 2019-12-10 | Update README.md105368 | Barry Golden | |
| 2019-10-24 | Update README.md | docs | |
| 2019-09-19 | Update README.md (#421)8552485523855228552185520855198551885517855168551585514855138551285511855108550985508855078550685505 | Barry Golden | |
| 2019-09-18 | Update README.md (#420)853518534985348853478534685345853448534385342853418534085339 | Barry Golden | |
| 2019-09-17 | Update README.md (#419)848928489184890848898488884887 | Barry Golden | |
| 2019-09-16 | Update README.md (#418)847358473484733847328473184730 | Barry Golden | |
| 2019-09-16 | Update README.md (#417)84625846248462384622846218462084619846188461784616846158461484613846128461184610846098460884607846068460584604 | Barry Golden | |
| 2019-08-20 | Update README.md (#405)778227782177820778197781877817778167781577814778137781277811778107780977808778067780577804778037780277801778007779977798 | Barry Golden | |
| 2019-08-20 | Update README.md (#404) | Barry Golden | |
| 2019-08-18 | Update README.md (#403)770217702077019 | Barry Golden | |
| * Update ReadMe.md * Update README.md | |||
| 2019-08-17 | Update README.md | Barry Golden | |
| 2019-08-13 | Fix Comments for DriverEntry function (#396)753067530575304753037530275301753007529975298752977529675295 | Vidush Vishwanath | |
| 2019-07-15 | Update heading667286672766726667256672466723667226672166720667196671866717667166671566714667136671266711667106670966707667066670566704667036670266701667006669966698666976669666695666946669366692666916669066689666876668666685666846668366682666816668066679666786667766676666756667466673666726667166670666696666866667666666666566664666636666266661666606665966658666576665666655666546665366652666516665066649666486664766646666446664366642666416664066639666386663766636666356663466633666326663166630 | Den Delimarsky | |
