|
@@ -2543,6 +2543,9 @@ static void xhci_process_commands(XHCIState *xhci)
|
|
case CR_GET_PORT_BANDWIDTH:
|
|
case CR_GET_PORT_BANDWIDTH:
|
|
event.ccode = xhci_get_port_bandwidth(xhci, trb.parameter);
|
|
event.ccode = xhci_get_port_bandwidth(xhci, trb.parameter);
|
|
break;
|
|
break;
|
|
|
|
+ case CR_NOOP:
|
|
|
|
+ event.ccode = CC_SUCCESS;
|
|
|
|
+ break;
|
|
case CR_VENDOR_NEC_FIRMWARE_REVISION:
|
|
case CR_VENDOR_NEC_FIRMWARE_REVISION:
|
|
if (xhci->nec_quirks) {
|
|
if (xhci->nec_quirks) {
|
|
event.type = 48; /* NEC reply */
|
|
event.type = 48; /* NEC reply */
|