ntdll: Don't hard-code the battery and AC adapter names on Linux.
commit89ec37871f6093d8336f636dc967d79579607dd3
authorAlex Henrie <alexhenrie24@gmail.com>
Thu, 16 Jun 2022 02:33:54 +0000 (15 20:33 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 16 Jun 2022 09:40:05 +0000 (16 11:40 +0200)
tree2e5c30b49101a6dadf3716be1027002fcacabfd6
parent88c29c3ff07cb9383178e0f80546108b804d3741
ntdll: Don't hard-code the battery and AC adapter names on Linux.

Look through all of the devices in /sys/class/power_supply and take the
statistics from the first battery and the first AC adapter.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52831
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
dlls/ntdll/unix/system.c