aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/watch_queue.txt
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-11-30 19:17:15 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-11-30 19:17:15 +0100
commita76bf83ffac5c0bed0a686f8ebc98c74bfb34a0c (patch)
tree47d7297eee34f99300bdda92e74b2717bf3d3526 /sys/linux/watch_queue.txt
parent3a75be00f50996031dd301d44b009d56db3485f0 (diff)
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.
Diffstat (limited to 'sys/linux/watch_queue.txt')
-rw-r--r--sys/linux/watch_queue.txt2
1 files changed, 1 insertions, 1 deletions
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 <uapi/linux/watch_queue.h>
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])