diff options
author | Mike Isely <isely@pobox.com> | 2006-02-22 23:47:36 -0600 |
---|---|---|
committer | Mike Isely <isely@pobox.com> | 2006-02-22 23:47:36 -0600 |
commit | eb9221b1b87ce87b3d22458d78fa0b6d2dd848c7 (patch) | |
tree | ea2d53e41507af16937f01115cefeb43dd95da07 /v4l_experimental/pvrusb2/pvrusb2-i2c-cmd-v4l2.h | |
parent | e3ac0002e5f30d492444f7d6e221c634c07b8d83 (diff) | |
download | mediapointer-dvb-s2-eb9221b1b87ce87b3d22458d78fa0b6d2dd848c7.tar.gz mediapointer-dvb-s2-eb9221b1b87ce87b3d22458d78fa0b6d2dd848c7.tar.bz2 |
Implement LOG_STATUS in pvrusb2
From: Mike Isely <isely@pobox.com>
Implement VIDIOC_LOG_STATUS ioctl() to the application. Implement
generation of VIDIOC_LOG_STATUS to the modules. Implement trigger of
VIDIOC_LOG_STATUS from sysfs when user cats a few key files, to help
with debugging.
Signed-off-by: Mike Isely <isely@pobox.com>
Diffstat (limited to 'v4l_experimental/pvrusb2/pvrusb2-i2c-cmd-v4l2.h')
-rw-r--r-- | v4l_experimental/pvrusb2/pvrusb2-i2c-cmd-v4l2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/v4l_experimental/pvrusb2/pvrusb2-i2c-cmd-v4l2.h b/v4l_experimental/pvrusb2/pvrusb2-i2c-cmd-v4l2.h index 7222d780b..fa0a3af7e 100644 --- a/v4l_experimental/pvrusb2/pvrusb2-i2c-cmd-v4l2.h +++ b/v4l_experimental/pvrusb2/pvrusb2-i2c-cmd-v4l2.h @@ -31,6 +31,7 @@ extern const struct pvr2_i2c_op pvr2_i2c_op_v4l2_bcsh; extern const struct pvr2_i2c_op pvr2_i2c_op_v4l2_volume; extern const struct pvr2_i2c_op pvr2_i2c_op_v4l2_frequency; extern const struct pvr2_i2c_op pvr2_i2c_op_v4l2_size; +extern const struct pvr2_i2c_op pvr2_i2c_op_v4l2_log; #endif /* __PVRUSB2_CMD_V4L2_H */ |