reactos/drivers/battery/battc
George Bișoc 2416c31a30
[BATTC] Fix the wait timeout conversion
KeWaitForSingleObject takes 100ns unit for timeout. Both IOCTL_BATTERY_QUERY_TAG and IOCTL_BATTERY_QUERY_STATUS take a wait for the timeout in milliseconds.
Supposedly a miniport driver wants to supply a wait of 5000 ms (which is equivalent to 5 s), the miniport driver WON'T BE WAITING 5 seconds but 0.5!!!

CORE-18969
CORE-19452
2024-12-16 17:24:56 +01:00
..
battc.c [BATTC] Fix the wait timeout conversion 2024-12-16 17:24:56 +01:00
battc.h [BATTC] Fix indentation. No code changes! 2019-01-01 13:20:39 +01:00
battc.rc
battc.spec
CMakeLists.txt [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00