aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/videodev2.h
diff options
context:
space:
mode:
authorTrent Piepho <xyzzy@speakeasy.org>2007-01-30 22:47:18 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-02-21 13:35:10 -0200
commite7b58f5259a81dbd9fbfea79408d272f44eb894f (patch)
treecf22d66a33c1993d6510b8e5ba24ebfa12df3c35 /include/linux/videodev2.h
parentV4L/DVB (5161): Dvb-ttpci: call saa7146_vv_release() on exit (diff)
downloadlinux-dev-e7b58f5259a81dbd9fbfea79408d272f44eb894f.tar.xz
linux-dev-e7b58f5259a81dbd9fbfea79408d272f44eb894f.zip
V4L/DVB (5162): Change VIDIOC_DBG_[SG]_REGISTER ioctls' reg address to 64 bits
Maybe someday there will be a device with a register address space > 32-bits, or maybe an i2c device which uses a protocol > 4 bytes long to address its registers. Signed-off-by: Trent Piepho <xyzzy@speakeasy.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'include/linux/videodev2.h')
-rw-r--r--include/linux/videodev2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h
index fe6ccdfa9d48..ad4de64e04d3 100644
--- a/include/linux/videodev2.h
+++ b/include/linux/videodev2.h
@@ -1276,8 +1276,8 @@ struct v4l2_streamparm
/* VIDIOC_DBG_G_REGISTER and VIDIOC_DBG_S_REGISTER */
struct v4l2_register {
+ __u64 reg;
__u32 i2c_id; /* I2C driver ID of the I2C chip, or 0 for the host */
- __u32 reg;
__u32 val;
};