Re: [PATCH v3] usb: xhci: add XHCI_SPURIOUS_SUCCESS to ASM1042 despite being a V0.96 controller

From: Mathias Nyman
Date: Wed Sep 28 2022 - 11:25:16 EST


On 26.9.2022 22.31, Jens Glathe wrote:
This appears to fix the error:
"xhci_hcd <address>; ERROR Transfer event TRB DMA ptr not part of
current TD ep_index 2 comp_code 13" that appear spuriously (or pretty
often) when using a r8152 USB3 ethernet adapter with integrated hub.

ASM1042 reports as a 0.96 controller, but appears to behave more like 1.0

Inspred by this email thread: https://markmail.org/thread/7vzqbe7t6du6qsw3

Signed-off-by: Jens Glathe <jens.glathe@xxxxxxxxxxxxxxxxxxxxxx>

Adding this to queue

---

In the future, As Alan also pointed out, please list the changes since last version here.

Something like:

changes since v2
- add subsystem to subject line
- removed host 0.96 version check

Thanks
-Mathias