aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_video4linux.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: fix bugs pointed out by syz-checkDmitry Vyukov2022-01-131-18/+19
| | | | Update #590
* sys/linux: add /dev/media descriptionsDmitry Vyukov2022-01-111-29/+26
| | | | | | | | | Move existing bits of /dev/media descriptions from sys.txt and dev_video4linux.txt and complete the descriptions. Also provide more concrete specialization of VIDIOC_QUERYBUF ioctl. Add ioctl specialization that serves as fd_v4l2_buffer resource constructor (returns it outside of a union).
* sys/linux: use per-field directions in descriptionsNecip Fazil Yildiran2020-08-131-1/+5
|
* sys/linux: v4l2 and vim2m2 refactoringRicardo Cañuelo2020-06-091-7/+6
| | | | | | | | | | | Remove a single template parameter to v4l2_buffer, as it should always use a fd_request descriptor. Update all syscalls that use it. Refactor the VIDIOC_STREAMON and VIDIOC_STREAMOFF vim2m ioctls to use v4l2_buf_type_vim2m as a parameter instead of an union. Remove ioctl$VIDIOC_RESERVED from dev_video4linux.txt (not defined in upstream kernel).
* sys/linux: specific descriptions for vim2m (v4l2)Ricardo Cañuelo2020-06-091-25/+30
| | | | | | | | | | | | | Add a set of descriptions to focus the fuzzing process on the V4L2 vim2m test driver. This should be useful to test the M2M framework. The syscalls are based on a specific file descriptor for the vim2m device and a selection of v4l2 ioctls that operate on it. Some of the existing v4l2 data structure definitions have been extended to allow restricting and selecting some options in order to narrow down the fuzzing process. Initial support for Request API added.
* tools: add script that checks copyright headersDmitry Vyukov2020-02-181-1/+1
| | | | Fixes #1604
* sys/linux: add NFNL_SUBSYS_ULOG descriptionsDmitry Vyukov2020-01-091-0/+3
|
* sys/linux: fix warning in dev_video4linux.txtDmitry Vyukov2019-12-221-16/+25
| | | | Update #590
* sys/linux: update constsDmitry Vyukov2019-12-011-1/+2
| | | | Regenerate const files for all arches.
* sys/linux: fix /dev/watch_queue nameDmitry Vyukov2019-11-301-4/+7
| | | | | | | | | It's /dev/watch_queue not /dev/fd_watch_queue. Don't know if it was renamed, or alwys wrong, but does not matter much, now it's /dev/watch_queue. Also attach v4l ioctls to /dev/swradio,radio,vbi,cec. It seems that _some_ of them are applicable to these devices as well.
* sys/linux: rename dev descriptions filesAndrey Konovalov2019-02-011-0/+965
Prefix file names of descriptions of /dev/* files with dev_. And give some of them more appropriate names.