add further ioctl time64 fallback conversion for device-specific command
authorRich Felker <dalias@aerifal.cx>
Sun, 22 Dec 2019 18:18:47 +0000 (13:18 -0500)
committerRich Felker <dalias@aerifal.cx>
Sun, 22 Dec 2019 18:18:47 +0000 (13:18 -0500)
commitf9895817321790bef33a56e3b10f3f71d989c23e
treec50d056ee24a404594b04782f6f1b4c8741bde6c
parent0738e6c19fb03d11ee55637b75171fc9f8287572
add further ioctl time64 fallback conversion for device-specific command

VIDIOC_OMAP3ISP_STAT_REQ is a device-specific command for the omap3isp
video device. the command number is in a device-private range and
therefore could theoretically be used by other devices too in the
future, but problematic clashes should not be able to arise without
intentional misuse.
src/misc/ioctl.c