docs: mark 4.2 (TRB tests) and 4.1 (UsbHostController trait) as done

This commit is contained in:
2026-07-09 00:35:26 +03:00
parent 8b85e9e32b
commit 15c6f23cf8
+5 -1
View File
@@ -210,7 +210,11 @@ The `UsbHostController` trait provides HC-agnostic API but is not implemented by
- Option A: Implement in xhcid and make ecmd/uhcid/ohcid use it
- Option B: Remove the trait as dead code
### 4.2 Add TRB encoding/decoding tests
### 4.2 Add TRB encoding/decoding tests ✅ ENHANCED (2026-07-08)
**File**: `xhci/trb.rs:539-660`
Added 3 more TRB field tests (setup stage address, data pointer round-trip, completion status). Combined with existing 9 tests, the TRB test suite now has 12 tests total.
**File**: `xhci/trb.rs`
**Severity**: MEDIUM — critical for correctness