Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/Windows-driver-samples
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: microsoft/Windows-driver-samples
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 4 files changed
  • 4 contributors

Commits on Aug 21, 2024

  1. [simbatt] Remove unused MAX_SUPPORTED_SIMBATT_CHILDREN define

    This define isn't used anywhere in the driver. Therefore proposing to remove it to clean up.
    forderud committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    57b3c4c View commit details
    Browse the repository at this point in the history
  2. simbatt: Clear BATTERY_CAPACITY_RELATIVE field

    Clear BATTERY_INFORMATION::BATTERY_CAPACITY_RELATIVE field to enable per-battery charge display in Windows Settings.
    Fredrik Orderud authored and forderud committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    97b9377 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    95ca556 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    673f69a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    700a917 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9de412 View commit details
    Browse the repository at this point in the history
  5. [simbatt] Delete redundant "batclass_prepublish.h" to simplify

    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.
    forderud committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    2395668 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2025

  1. Merge pull request #1328 from microsoft/main

    FI: Main -> Develop WDK 6584 (Shadow commit)
    5an7y-Microsoft authored Sep 25, 2025
    Configuration menu
    Copy the full SHA
    249c258 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2025

  1. Merge pull request #1209 from forderud/batclass_prepublish.h-rm

    [simbatt] Delete redundant "batclass_prepublish.h" to simplify
    tristanb-ntdev authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    6798add View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1208 from forderud/MAX_SUPPORTED_SIMBATT_CHILDREN-rm

    [simbatt] Remove dead code in simbattdriverif.h
    tristanb-ntdev authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    832f281 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1063 from forderud/simbatt-relative-rm

    simbatt: Clear BATTERY_CAPACITY_RELATIVE field for per-battery charge display
    tristanb-ntdev authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    ed3dbe5 View commit details
    Browse the repository at this point in the history
Loading