Download raw body.
sys/videoio.h: sync V4L2 with Linux-6.13-rc6
On Wed, 15 Jan 2025 13:20:57 +0100, Jeremie Courreges-Anglas <jca@wxcvbn.org> wrote: > > On Tue, Jan 14, 2025 at 07:00:01PM +0100, Kirill A. Korinsky wrote: > > Marcus, Jeremie, > > > > Jeremie, thanks for bulk build and discovering wrongly deleted block with > > V4L2_CAP_ASYNCIO. > > > > Thus, I did double check everything and had discovered the second accidently > > deleted block with V4L2_SUBDEV_SEL_FLAG_SIZE_GE. > > > > Both of them is recovered into diff which also incorportated changes to man > > page from Marcus. > > > > I think this is as ready as it can be. > > > > Ok? > > LGTM, ok jca@ > I had put some thought and would like to move on without this chunk, better to keep it inside commit log and just keep it synced. --- sys/sys/videoio.h 18 Sep 2023 13:29:00 -0000 1.19 +++ sys/sys/videoio.h 14 Jan 2025 17:51:38 -0000 @@ -1,4 +1,7 @@ /* $OpenBSD: videoio.h,v 1.19 2023/09/18 13:29:00 robert Exp $ */ + +/* Based on Linux-v6.13-rc7 */ + /* * Video for Linux Two header file * -- wbr, Kirill
sys/videoio.h: sync V4L2 with Linux-6.13-rc6