aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/video4linux_386.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: rename dev descriptions filesAndrey Konovalov2019-02-011-1034/+0
| | | | | Prefix file names of descriptions of /dev/* files with dev_. And give some of them more appropriate names.
* sys/linux: regenerate video4linux consts on the right treeDmitry Vyukov2018-05-111-31/+31
| | | | | Now generated on: https://source.codeaurora.org/quic/la/kernel/msm-4.9 msm-4.9
* sys/linux: add missing consts for video4linux.txtDmitry Vyukov2018-05-111-0/+1034
For now other arches are regenerated on upstream tree. It does not contain a bunch of consts, so we define them to 1 for now. arm64 consts are left intact. video4linux.txt is added to "android" files in syz-extract, so that future make extract runs don't overwrite arm64 consts. Also fix VIDIOC_G_FBUF argument direction, currently tests crash with: panic: call ioctl$VIDIOC_G_FBUF: pointer arg 'buffer' has output direction [recovered] panic: call ioctl$VIDIOC_G_FBUF: pointer arg 'buffer' has output direction