aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_video4linux_amd64.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: extract dev_video4linux.txt constsAleksandr Nogikh2023-10-041-1039/+0
| | | | | Remove/replace obsolete consts and run `make extract` on the latest Linux mainline.
* sys/linux: specific descriptions for vim2m (v4l2)Ricardo Cañuelo2020-06-091-44/+49
| | | | | | | | | | | | | 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.
* sys/linux: rename dev descriptions filesAndrey Konovalov2019-02-011-0/+1034
Prefix file names of descriptions of /dev/* files with dev_. And give some of them more appropriate names.