KasperskyOS Community Edition 1.3

KasperskyOS kernel XHCI DbC driver management endpoint

This endpoint is intended for use by drivers that implement a USB stack (kusb class drivers) and lets you stop and start the XHCI DbC driver of the KasperskyOS kernel.

Information about methods of the endpoint is provided in the table below.

Methods of the xhcidbg.XHCIDBG endpoint (kl.core.XHCIDBG interface)

Method

Method purpose and parameters

Potential danger of the method

Start

Purpose

Starts the XHCI DbC driver of the KasperskyOS kernel.

Parameters

  • [out] rc – return code.

Configures the XHCI controller to send diagnostic (or debug) output through a USB port (version 3.0 or later).

Stop

Purpose

Stops the XHCI DbC driver of the KasperskyOS kernel.

Parameters

  • [out] rc – return code.

Configures the XHCI controller to not send diagnostic (or debug) output through a USB port (version 3.0 or later).