// usbfnioctl.h
// CTL_CODE(0x002a, 0x00f, METHOD_OUT_DIRECT, FILE_READ_ACCESS | FILE_WRITE_ACCESS)
#define IOCTL_INTERNAL_USBFN_SET_POWER_FILTER_EXIT_LPM 0x002AC03E
View the official Windows Driver Kit DDI referenceNo description available.
Do not use.
IRP_MJ_INTERNAL_DEVICE_CONTROL
None.
None.
None.
None.
Irp->IoStatus.Status is set to STATUS_SUCCESS if the request is successful.
Otherwise, Status to the appropriate error condition as a NTSTATUS code.
For more information, see NTSTATUS Values.
This request must be sent after sending the IOCTL_INTERNAL_USBFN_ACTIVATE_USB_BUS request.
Upon receiving this request, the filter driver communicates with the hardware and brings the controller out of LPM.
Link Power management in USB 3.0 Hardware