mirror of
https://github.com/reactos/reactos.git
synced 2024-12-23 02:53:27 +08:00
[BUS][ACPI] Silence DPRINT1 in the special case of IOCTL_BATTERY_QUERY_TAG (#427)
This commit is contained in:
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);
|
||||
|
Loading…
Reference in New Issue
Block a user