summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h
diff options
context:
space:
mode:
authorMike Isely <isely@pobox.com>2009-03-06 21:17:11 -0600
committerMike Isely <isely@pobox.com>2009-03-06 21:17:11 -0600
commite7f9662a72fd63a0b8a7fc4b1b7b178fba9c7a93 (patch)
tree97e1fa050bc5582f3d59107f63ddf960f42ab247 /linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h
parent6f3588fa9e45a2ffce4509d03d7f00754cccd8c6 (diff)
downloadmediapointer-dvb-s2-e7f9662a72fd63a0b8a7fc4b1b7b178fba9c7a93.tar.gz
mediapointer-dvb-s2-e7f9662a72fd63a0b8a7fc4b1b7b178fba9c7a93.tar.bz2
pvrusb2: Note who our video decoder sub-device is, and set it up
From: Mike Isely <isely@pobox.com> Other code may need to treat the video decoder sub-device in a special manner, so this change implements code to recognize when such a sub-device is connected to the driver, does any special processing for it, and notes who the device is for future reference. Priority: normal Signed-off-by: Mike Isely <isely@pobox.com>
Diffstat (limited to 'linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h')
-rw-r--r--linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h b/linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h
index b3cb0bbd8..c8192d8a6 100644
--- a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h
+++ b/linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h
@@ -299,6 +299,7 @@ struct pvr2_hdw {
int flag_tripped; /* Indicates overall failure to start */
struct pvr2_decoder_ctrl *decoder_ctrl;
+ unsigned int decoder_client_id;
// CPU firmware info (used to help find / save firmware data)
char *fw_buffer;