From 18eab7c0dcdc85b8227379d20efc48904743543d Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 16 Apr 2024 11:09:38 -0600 Subject: [PATCH] xhcid: always set CIE to match CIC --- xhcid/src/xhci/mod.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/xhcid/src/xhci/mod.rs b/xhcid/src/xhci/mod.rs index 33762adf84..a2ee03c814 100644 --- a/xhcid/src/xhci/mod.rs +++ b/xhcid/src/xhci/mod.rs @@ -415,10 +415,7 @@ impl Xhci { info!("XHCI initialized."); - if self.cap.cic() { - self.op.get_mut().unwrap().set_cie(true); - } - + self.op.get_mut().unwrap().set_cie(self.cap.cic()); // Reset ports {