mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[ACPI]
- Fix 2nd stage boot svn path=/trunk/; revision=63346
This commit is contained in:
parent
ae4a8102df
commit
a59063a064
1 changed files with 1 additions and 0 deletions
|
@ -551,6 +551,7 @@ Bus_PDO_QueryDeviceId(
|
|||
RtlCopyMemory (buffer, src, length * sizeof(WCHAR));
|
||||
Irp->IoStatus.Information = (ULONG_PTR) buffer;
|
||||
DPRINT("BusQueryHardwareIDs: %ls\n",buffer);
|
||||
status = STATUS_SUCCESS;
|
||||
break;
|
||||
|
||||
case BusQueryCompatibleIDs:
|
||||
|
|
Loading…
Reference in a new issue