summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h
diff options
context:
space:
mode:
authorMike Isely <isely@pobox.com>2007-01-28 13:08:36 -0600
committerMike Isely <isely@pobox.com>2007-01-28 13:08:36 -0600
commitfa3c54d7157ced7633dabdf681c21f139976f384 (patch)
treee9ee99994643127bb6ce53c809460ccbf3b10602 /linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h
parent8b4ce16d98330197e98a4fba5c0e753fd03de634 (diff)
downloadmediapointer-dvb-s2-fa3c54d7157ced7633dabdf681c21f139976f384.tar.gz
mediapointer-dvb-s2-fa3c54d7157ced7633dabdf681c21f139976f384.tar.bz2
pvrusb2: VIDIOC_DBG_[S|G]_REGISTER fixups
From: Mike Isely <isely@pobox.com> Support 64 bit register IDs internally. Only allow root access to this API (for both set and get). Note that actual 64 bit access only becomes possible once the definition for v4l2_register is updated, but this change clears the way for it from the viewpoint of the pvrusb2 driver. Signed-off-by: Mike Isely <isely@pobox.com>
Diffstat (limited to 'linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h')
-rw-r--r--linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h b/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h
index 9785ffcce..aa45114ba 100644
--- a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h
+++ b/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h
@@ -231,7 +231,7 @@ void pvr2_hdw_v4l_store_minor_number(struct pvr2_hdw *,
setFl - true to set the register, false to read it
val_ptr - storage location for source / result. */
int pvr2_hdw_register_access(struct pvr2_hdw *,
- u32 chip_id,u32 reg_id,
+ u32 chip_id,u64 reg_id,
int setFl,u32 *val_ptr);
/* The following entry points are all lower level things you normally don't