]> git.sesse.net Git - bmusb/commit
In v4l2proxy, check the return value of write().
authorSteinar H. Gunderson <steinar+nageru@gunderson.no>
Tue, 30 Apr 2024 19:47:11 +0000 (21:47 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 30 Apr 2024 19:48:09 +0000 (21:48 +0200)
commit1deaab39a80036118924ab4e446d4aa10f03ade9
tree796381863bda3c75555defcbd2fb2cd86bb7c189
parent4d2a22c9d5f3c8a5d2e948bc4afba85b4735d9e6
In v4l2proxy, check the return value of write().

This gives both support for partial writes, better error handling,
and resilience against EINTR.
v4l2proxy.cpp