Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f2a49bc7 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (4582): VIDIOC_INT_S_REGISTER is IOW, not IOR.

parent d87edf26
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.