mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 03:05:40 +00:00
[CMBATT] Fix two comments
This commit is contained in:
parent
7a05b393c5
commit
5c4fcd99d6
1 changed files with 2 additions and 2 deletions
|
@ -300,7 +300,7 @@ CmBattGetStaData(IN PDEVICE_OBJECT DeviceObject,
|
||||||
ASSERT(StaData != NULL);
|
ASSERT(StaData != NULL);
|
||||||
*StaData = 0;
|
*StaData = 0;
|
||||||
|
|
||||||
/* Request the _PSR method */
|
/* Request the _STA method */
|
||||||
*(PULONG)InputBuffer.MethodName = 'ATS_';
|
*(PULONG)InputBuffer.MethodName = 'ATS_';
|
||||||
InputBuffer.Signature = ACPI_EVAL_INPUT_BUFFER_SIGNATURE;
|
InputBuffer.Signature = ACPI_EVAL_INPUT_BUFFER_SIGNATURE;
|
||||||
|
|
||||||
|
@ -346,7 +346,7 @@ CmBattGetUniqueId(IN PDEVICE_OBJECT DeviceObject,
|
||||||
ASSERT(UniqueId != NULL);
|
ASSERT(UniqueId != NULL);
|
||||||
*UniqueId = 0;
|
*UniqueId = 0;
|
||||||
|
|
||||||
/* Request the _PSR method */
|
/* Request the _UID method */
|
||||||
*(PULONG)InputBuffer.MethodName = 'DIU_';
|
*(PULONG)InputBuffer.MethodName = 'DIU_';
|
||||||
InputBuffer.Signature = ACPI_EVAL_INPUT_BUFFER_SIGNATURE;
|
InputBuffer.Signature = ACPI_EVAL_INPUT_BUFFER_SIGNATURE;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue