Files
RedBear-OS/drivers/usb
vasilito a7d2fb88fd xhcid/irq_reactor: take trb by mut value in acknowledge fns (fix E0596)
acknowledge() and acknowledge_failed_transfer_trbs() call trb.reserved(false)
(a &mut self method) on a by-value `trb: Trb` parameter that wasn't declared
mut. Bind it `mut trb: Trb` (the parameter is owned, so this is sufficient).
Fixes the 2 E0596 errors that failed `cook base`; the 49 warnings are non-fatal.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-28 08:35:15 +09:00
..
2026-03-22 09:45:09 +00:00