On 10.3.2025 10.36, Michal Pecio wrote:
Add systematic comments describing xhci_virt_ep.ep_state flags and their relation to xHC endpoint state. Add a few paragraphs about how they are used to track and manage the state of endpoints. Signed-off-by: Michal Pecio <michal.pecio@xxxxxxxxx> --- drivers/usb/host/xhci.h | 44 +++++++++++++++++++++++++++++------------ 1 file changed, 31 insertions(+), 13 deletions(-)
Nice cleanup and clarification Thanks Mathias