mirror of
https://github.com/reactos/reactos.git
synced 2026-05-23 15:50:29 +08:00
[BUS][ACPI] Silence DPRINT1 in the special case of IOCTL_BATTERY_QUERY_TAG (#427)
This commit is contained in:
committed by
Hermès BÉLUSCA - MAÏTO
parent
741ae8ccdc
commit
1a951aa4e6
@@ -311,6 +311,10 @@ ACPIDispatchDeviceControl(
|
||||
|
||||
status = STATUS_PENDING;
|
||||
break;
|
||||
|
||||
case IOCTL_BATTERY_QUERY_TAG:
|
||||
DPRINT("IOCTL_BATTERY_QUERY_TAG is not supported!\n");
|
||||
break;
|
||||
|
||||
default:
|
||||
DPRINT1("Unsupported IOCTL: %x\n", irpStack->Parameters.DeviceIoControl.IoControlCode);
|
||||
|
||||
Reference in New Issue
Block a user