From a76bf83ffac5c0bed0a686f8ebc98c74bfb34a0c Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 30 Nov 2019 19:17:15 +0100 Subject: sys/linux: fix /dev/watch_queue name 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/watch_queue.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/watch_queue.txt') diff --git a/sys/linux/watch_queue.txt b/sys/linux/watch_queue.txt index 9f08bf6f3..c414f184b 100644 --- a/sys/linux/watch_queue.txt +++ b/sys/linux/watch_queue.txt @@ -7,7 +7,7 @@ include resource fd_watch_queue[fd] -openat$watch_queue(fd const[AT_FDCWD], file ptr[in, string["/dev/fd_watch_queue"]], flags flags[open_flags], mode const[0]) fd_watch_queue +openat$watch_queue(fd const[AT_FDCWD], file ptr[in, string["/dev/watch_queue"]], flags flags[open_flags], mode const[0]) fd_watch_queue mmap$watch_queue(addr vma, len len[addr], prot flags[mmap_prot], flags flags[mmap_flags], fd fd_watch_queue, offset const[0]) ioctl$IOC_WATCH_QUEUE_SET_SIZE(fd fd_watch_queue, cmd const[IOC_WATCH_QUEUE_SET_SIZE], arg flags[watch_queue_size]) ioctl$IOC_WATCH_QUEUE_SET_FILTER(fd fd_watch_queue, cmd const[IOC_WATCH_QUEUE_SET_FILTER], arg ptr[in, watch_notification_filter]) -- cgit mrf-deployment