mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:35:41 +00:00
[BUS][ACPI] Silence DPRINT1 in the special case of IOCTL_BATTERY_QUERY_TAG (#427)
This commit is contained in:
parent
741ae8ccdc
commit
1a951aa4e6
1 changed files with 4 additions and 0 deletions
|
@ -311,6 +311,10 @@ ACPIDispatchDeviceControl(
|
||||||
|
|
||||||
status = STATUS_PENDING;
|
status = STATUS_PENDING;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case IOCTL_BATTERY_QUERY_TAG:
|
||||||
|
DPRINT("IOCTL_BATTERY_QUERY_TAG is not supported!\n");
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
DPRINT1("Unsupported IOCTL: %x\n", irpStack->Parameters.DeviceIoControl.IoControlCode);
|
DPRINT1("Unsupported IOCTL: %x\n", irpStack->Parameters.DeviceIoControl.IoControlCode);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue