| Age | Commit message (Collapse) | Author |
|
Update usb projects' DriverTargetPlatform to be 'Windows Driver'
Co-authored-by: Jason Knichel <[email protected]>
|
|
Co-authored-by: Jason Knichel <[email protected]>
|
|
|
|
Co-authored-by: Jason Knichel <[email protected]>
|
|
|
|
* 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]>
|
|
[usb/UcmUcsiAcpiSample] Missing PAGED_CODE() macros
|
|
Co-authored-by: Jason Knichel <[email protected]>
|
|
|
|
Co-authored-by: Jason Knichel <[email protected]>
|
|
|
|
|
|
Change INF files with the following:
- Use Driver Store DirID = 13 which are available starting Windows 10 1809
- Remove WDF coinstaller
- Add PnpLockdown = 1
|
|
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
|
|
|
|
|
|
(#793)
* Clean up some misc infverif 1203 errors
* Clean up some infverif 1324 (no PnpLockdown=1) errors
|
|
|
|
|
|
* Include/Needs inbox services
* Added header comment specifying required minimum OS version
|
|
This will enable the sample to be built under the v143 VC++ toolset while allowing it to be built under lowered version toolsets
|
|
of wider type ULONG. (line 2730)
|
|
|
|
|
|
Changing ExAllocatePoolWithTag to ExAllocatePool2
Disable the data role correction policy in UcmUcsiCx conditionally
Copying ACPI shared memory locally on UCSI notification
|
|
|
|
Co-authored-by: Dipannita Shaw <[email protected]>
|
|
|
|
|
|
|
|
* Updating samples to utilize ExAllocatePool2 which zero-initializes pool allocations
|
|
Sets file digest algorithm for wdfserial and usbfx2 drivers to SHA256
https://dev.azure.com/microsoft/OS/_workitems/edit/31022366
https://dev.azure.com/microsoft/OS/_workitems/edit/31022410
**How Tested:**
Compiling the two driver solutions shows they are correctly signed using SHA256
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Update README.md
* Update README.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|