mirror of
https://github.com/reactos/reactos.git
synced 2025-03-01 03:45:16 +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);
|
||||
*StaData = 0;
|
||||
|
||||
/* Request the _PSR method */
|
||||
/* Request the _STA method */
|
||||
*(PULONG)InputBuffer.MethodName = 'ATS_';
|
||||
InputBuffer.Signature = ACPI_EVAL_INPUT_BUFFER_SIGNATURE;
|
||||
|
||||
|
@ -346,7 +346,7 @@ CmBattGetUniqueId(IN PDEVICE_OBJECT DeviceObject,
|
|||
ASSERT(UniqueId != NULL);
|
||||
*UniqueId = 0;
|
||||
|
||||
/* Request the _PSR method */
|
||||
/* Request the _UID method */
|
||||
*(PULONG)InputBuffer.MethodName = 'DIU_';
|
||||
InputBuffer.Signature = ACPI_EVAL_INPUT_BUFFER_SIGNATURE;
|
||||
|
||||
|
|
Loading…
Reference in a new issue