| commit | f29c0cc4f32e4e671ad2fa49d6767f20217f5db6 | [log] [tgz] |
|---|---|---|
| author | Mathias Nyman <mathias.nyman@linux.intel.com> | Wed May 28 18:22:13 2025 +0300 |
| committer | Mathias Nyman <mathias.nyman@linux.intel.com> | Fri May 30 18:52:49 2025 +0300 |
| tree | 4f479efbf9b7822af17ae224a1a8aeefa240f77c | |
| parent | 5e2a33ddfd658b1cf3b8e9c20746fa029bb3dcc8 [diff] |
xhci: dbc: detect disabled DbC and disconnects during enumeraton DbC may be disabled due to xHC host reset or other issues, and device may be disconnected before its configured. Detect these issues in the enabled and connected stages and print a error message and fall back to a proper state if possible Add timeout if DbC is in connected state without moving to configured for too long, as recommended in xhci FIXME Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>