fbdd6e36e0
Self-review found the v4.1 update's AER row claimed 'Driver::on_error → RecoveryAction on bound devices is now end-to-end rather than discarded.' That is misleading: DriverConfig does not override Driver::on_error (the trait method keeps its default Ok(Handled) impl), so the trait callback is never invoked. The v4.1 fix wires manager-level auto-dispatch (AER event → route_to_driver → dispatch_recovery), not driver-level on_error IPC. The driver-IPC item remains open. Reword the row to say manager-level dispatch and note that Driver::on_error IPC is a separate item.