summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-09-19Merge pull request #1220 from judzmura/simpleAudioUpdatesAdonais Romero González
Small fixes to sample.
2024-09-19Small fixes to sample.Julia DZmura
2024-09-18Upgrade nuget SDK and WDK packages to 26100.1591 (#1217)JakobL-MSFT
* Upgrade NuGet to 10.0.26100.1591
2024-09-03Copy general\ioctl\wdm\exe to general\ioctl\kmdf\exeWei Mao
2024-08-22[simbatt] Delete redundant "batclass_prepublish.h" to simplifyFredrik Orderud
The contained BATTERY_MINIPORT_INFO_V1_1 struct and BATTERY_CLASS_MINOR_VERSION_1 define are already defined in <batclass.h>, so there shouldn't be a need for duplicating the definitions here.
2024-08-22Remove unreferenced battery bus GUID and IOCTL calls.Fredrik Orderud
2024-08-22Remove unreferenced BATTBUS_UNPLUG_HARDWARE struct.Fredrik Orderud
2024-08-22Remove unreferenced BATTBUS_PLUGIN_HARDWARE struct.Fredrik Orderud
2024-08-22Remove unreferenced BATTBUS_TYPE_SIMBATT define.Fredrik Orderud
2024-08-21simbatt: Clear BATTERY_CAPACITY_RELATIVE fieldFredrik Orderud
Clear BATTERY_INFORMATION::BATTERY_CAPACITY_RELATIVE field to enable per-battery charge display in Windows Settings.
2024-08-21[simbatt] Remove unused MAX_SUPPORTED_SIMBATT_CHILDREN defineFredrik Orderud
This define isn't used anywhere in the driver. Therefore proposing to remove it to clean up.
2024-08-20Fix for sdhc sample using bootflags as a registry (#1207)Zac Lockard
Fix for bootflags being written as a regkey in sdhc Co-authored-by: Zac Lockard <[email protected]>
2024-08-16[serial/VirtualSerial2] Fix issue #1202Wei Mao
2024-07-08Merge pull request #1196 from taj0207/maintaj0207
update with codel fix
2024-07-08update with codel fixtaj0207
2024-07-01Standarize & normalize INF files encoding to UTF-16 (LE with BOM)Adonais Romero González
2024-07-01Standarize INF files enconding to UTF-16 (LE with BOM); renormalize filesAdonais Romero Gonzalez
2024-06-28Merge branch 'develop'Jakob Lichtenberg (170957)
2024-06-28Merge branch 'develop'Jakob Lichtenberg (170957)
2024-06-28Merge branch 'main' into developJakob Lichtenberg (170957)
2024-06-28Merge branch 'main' into developJakob Lichtenberg (170957)
2024-06-28Merge branch 'develop'Jakob Lichtenberg (170957)
2024-06-28RI develop to main (#1189)JakobL-MSFT
* Memory leakage in message "sizeof(SCANNER_MESSAGE) * threadCount * requestCount" bytes long memory is allocated but only "sizeof(SCANNER_MESSAGE) * threadCount" bytes long of it is freed. * Handles malloc function fail case * Refactors comment line * Solves the miscalculation of the message index * simbatt: Fix broken registry read-back The GetSimBattStateFromRegistry function is currently using default settings if GetSimBattStateFromRegistry succeeds, whereas settings from registry are only applied if GetSimBattStateFromRegistry fails. This does not make sense to me. Therefore proposing to remove the `!` negation from `if (!NT_SUCCESS(Status)) {` on the line after `Status = GetSimBattStateFromRegistry(Device, RegState);` so that default settings are loaded when registry read-back fails. * Issue of freeing memory without waiting completion of threads accessing it is fixed * Fixes information leakage warning Fixes the issue of possible information leakage from uninitialized padding bytes * Avoids possible multiplication overflow warning * Avoids possible multiplication overflow warning * CI Pipelines build with WDK Nuget Packages (#1179) Integrate nuget into the workflow pipelines * FI from main to develop (#1188) Fix text and minor issues in Winget configuration files Co-authored-by: Adonais Romero Gonzalez <[email protected]> * Improve version info, vsix installation, and update building locally readme * Fix printing vsix version * Refactored vsix install and cleaned up build sampleset --------- Co-authored-by: İsa Yurdagül <[email protected]> Co-authored-by: Fredrik Orderud <[email protected]> Co-authored-by: Christian Allred <[email protected]> Co-authored-by: tristanb-ntdev <[email protected]> Co-authored-by: Matt <[email protected]> Co-authored-by: Adonais Romero Gonzalez <[email protected]>
2024-06-27Improve version info, vsix installation, and update building locally ↵Adonais Romero González
documentation
2024-06-27Refactored vsix install and cleaned up build samplesetMatt
2024-06-25Fix printing vsix versionMatt
2024-06-25Improve version info, vsix installation, and update building locally readmeMatt
2024-06-24Merge branch 'main' into developJakob Lichtenberg (170957)
2024-06-24FI from main to develop (#1188)JakobL-MSFT
Fix text and minor issues in Winget configuration files Co-authored-by: Adonais Romero Gonzalez <[email protected]>
2024-06-24CI Pipelines build with WDK Nuget Packages (#1179)Matt
Integrate nuget into the workflow pipelines
2024-06-19fix wrong referenced context in transaction processingya-solnyshko
2024-06-18Merge pull request #1064 from forderud/GetSimBattStateFromRegistry-fixtristanb-ntdev
simbatt: Fix broken registry read-back
2024-06-07Fix text and minor issues in Winget configuration filesAdonais Romero Gonzalez
2024-05-30Merge pull request #751 from isayrdgl/patch-2Christian Allred
Memory leakage in message
2024-05-29Avoids possible multiplication overflow warningİsa Yurdagül
2024-05-2750256705user/jakobl/50256705Jakob Lichtenberg (170957)
2024-05-25Avoids possible multiplication overflow warningİsa Yurdagül
2024-05-24Fixes information leakage warningİsa Yurdagül
Fixes the issue of possible information leakage from uninitialized padding bytes
2024-05-23Issue of freeing memory without waiting completion of threads accessing it ↵İsa Yurdagül
is fixed
2024-05-22Merge pull request #1172 from jacob-ronstadt/jacob-ronstadt/configJacob Ronstadt
update configuration_vsonly.dsc.yaml for 26100
2024-05-22remove winget install of sdk from configuration_vsonly.dsc.yamljacob-ronstadt
2024-05-22update configuration_vsonly.dsc.yaml for 26100jacob-ronstadt
2024-05-22Merge branch 'main' into developJakob Lichtenberg (170957)
2024-05-22develop to main (#1171)JakobL-MSFT
* Init commit * Upgrade NuGet to 26100.1 (#1162) * Upgrade NuGet to 10.0.26100.1-preview.ge-release * Upgrade NuGet to 10.0.26100.2 pre * Upgrade NuGet to 10.0.26100 * Upgrade NuGet to 10.0.26100.1 * Update Building-Locally.md * Update Building-Locally.md --------- Co-authored-by: Phan Trinh Ha <[email protected]>
2024-05-22Merge branch 'main' into developJakob Lichtenberg (170957)
2024-05-22Upgrade NuGet to 26100.1 (#1162)JakobL-MSFT
* Upgrade NuGet to 10.0.26100.1-preview.ge-release * Upgrade NuGet to 10.0.26100.2 pre * Upgrade NuGet to 10.0.26100 * Upgrade NuGet to 10.0.26100.1 * Update Building-Locally.md * Update Building-Locally.md
2024-05-22Merge pull request #1169 from jacob-ronstadt/jacob-ronstadt/configJacob Ronstadt
Update configuration.dsc.yml for 26100
2024-05-20update configuration.dsc.yaml to account for different architecturesjacob-ronstadt
2024-05-20Update to use winget for sdk instead of visual studio component. Update path ↵jacob-ronstadt
for vsix
2024-05-20update configuration.dsc.yml for 26100jacob-ronstadt