Re: [PATCH v2 1/3] usb: xhci-plat: add xhci-no-soft-retry-quirk device property

From: Michal Pecio

Date: Sun Aug 30 2026 - 23:38:57 EST


On Mon, 31 Aug 2026 02:58:55 +0200, Matt Eaton wrote:
> I applied these (from 7.3-rc1) to my 6.18 kernel and appears to fix
> the issue:
>
> commit e3d757dc9257
> commit 042aad8d0db6
> commit 7e0ef4332ed9
>
> There does not appear to be a need to apply this patchset now. Thanks!

Great. Did you try disconnecting from external hubs? This code can't
detect that, but maybe it's not a problem case. It wasn't on Renesas.

Out of curiosity, was it limited to USB 3 devices or also USB 1/2?
Disconnecting one device or a hub with devices behind it?

Another interesting thing about Renesas was that the command only got
stuck when all root hub ports were disconnected, and it would suddenly
complete if the same or other device was connected back to the same or
any other port before the 5 second timeout expired. This gave us hope
that the problem really is limited to disconnections.

Regards,
Michal