V4L/DVB (4582): VIDIOC_INT_S_REGISTER is IOW, not IOR.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
d87edf264a
commit
f2a49bc72b
|
@ -173,7 +173,7 @@ enum v4l2_chip_ident {
|
|||
#define VIDIOC_INT_S_STANDBY _IOW('d', 94, u32)
|
||||
|
||||
/* only implemented if CONFIG_VIDEO_ADV_DEBUG is defined */
|
||||
#define VIDIOC_INT_S_REGISTER _IOR ('d', 100, struct v4l2_register)
|
||||
#define VIDIOC_INT_S_REGISTER _IOW ('d', 100, struct v4l2_register)
|
||||
#define VIDIOC_INT_G_REGISTER _IOWR('d', 101, struct v4l2_register)
|
||||
|
||||
/* Generic reset command. The argument selects which subsystems to reset.
|
||||
|
|
Loading…
Reference in New Issue