uvc: avoid extra response after data
This commit is contained in:
parent
1738cf9ed0
commit
0da8fbb5f7
@ -525,13 +525,7 @@ fn handle_data(
|
||||
);
|
||||
}
|
||||
}
|
||||
if debug {
|
||||
eprintln!(
|
||||
"[lesavka-uvc] send SET_CUR status sel={} len=0",
|
||||
p.selector
|
||||
);
|
||||
}
|
||||
let _ = send_response(fd, uvc_send_response, &[]);
|
||||
// No extra response required; ep0 data stage completion ends the control transfer.
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user