uvc: ack SET_CUR after data

This commit is contained in:
Brad Stein 2026-01-09 18:14:03 -03:00
parent 94cfc2d422
commit 2bb9b2f196

View File

@ -525,7 +525,8 @@ fn handle_data(
);
}
}
// No extra response required; ep0 data stage completion ends the control transfer.
// ACK the OUT transfer after we've processed the payload.
let _ = send_response(fd, uvc_send_response, &[]);
}
}