|
@@ -4009,6 +4009,7 @@ static int __maybe_unused xhci_change_max_exit_latency(struct xhci_hcd *xhci,
|
|
slot_ctx = xhci_get_slot_ctx(xhci, command->in_ctx);
|
|
slot_ctx = xhci_get_slot_ctx(xhci, command->in_ctx);
|
|
slot_ctx->dev_info2 &= cpu_to_le32(~((u32) MAX_EXIT));
|
|
slot_ctx->dev_info2 &= cpu_to_le32(~((u32) MAX_EXIT));
|
|
slot_ctx->dev_info2 |= cpu_to_le32(max_exit_latency);
|
|
slot_ctx->dev_info2 |= cpu_to_le32(max_exit_latency);
|
|
|
|
+ slot_ctx->dev_state = 0;
|
|
|
|
|
|
xhci_dbg_trace(xhci, trace_xhci_dbg_context_change,
|
|
xhci_dbg_trace(xhci, trace_xhci_dbg_context_change,
|
|
"Set up evaluate context for LPM MEL change.");
|
|
"Set up evaluate context for LPM MEL change.");
|