XHCI: Always trace non-standard port speeds.
This commit is contained in:
@@ -2021,8 +2021,8 @@ XHCI::GetPortSpeed(uint8 index, usb_speed* speed)
|
|||||||
*speed = USB_SPEED_SUPERSPEED;
|
*speed = USB_SPEED_SUPERSPEED;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
TRACE("Non Standard Port Speed\n");
|
TRACE_ALWAYS("nonstandard port speed %d, assuming SuperSpeed\n",
|
||||||
TRACE("Assuming Superspeed\n");
|
PS_SPEED_GET(portStatus));
|
||||||
*speed = USB_SPEED_SUPERSPEED;
|
*speed = USB_SPEED_SUPERSPEED;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user