EP_HARD_RESET
if (reset_type == EP_HARD_RESET) {
reset_type = EP_HARD_RESET;
xhci_handle_halted_endpoint(xhci, ep, td, EP_HARD_RESET);
xhci_handle_halted_endpoint(xhci, ep, NULL, EP_HARD_RESET);
xhci_handle_halted_endpoint(xhci, ep, td, EP_HARD_RESET);
(reset_type == EP_HARD_RESET) ? "Hard" : "Soft",