diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-17 11:40:22 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-17 11:40:22 -0200 |
commit | c6b71147f1371e784ded6481d60962132c3bd7d3 (patch) | |
tree | 7d5f3d63aff2024b990f5386dcf6aa5aa3334886 /linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h | |
parent | 0ac81e8228715c26c7dbd6e57ea910f570741774 (diff) | |
parent | 66439930c41982012b1fdf0913120a1317019df3 (diff) | |
download | mediapointer-dvb-s2-c6b71147f1371e784ded6481d60962132c3bd7d3.tar.gz mediapointer-dvb-s2-c6b71147f1371e784ded6481d60962132c3bd7d3.tar.bz2 |
merge: http://linuxtv.org/hg/~tap/kernel-sync
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h')
-rw-r--r-- | linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h b/linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h index d8ac8e783..fbe5d46d6 100644 --- a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h +++ b/linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h @@ -241,11 +241,12 @@ struct pvr2_hdw { unsigned int cmd_debug_write_len; // unsigned int cmd_debug_read_len; // - int flag_ok; // device in known good state - int flag_disconnected; // flag_ok == 0 due to disconnect - int flag_init_ok; // true if structure is fully initialized - int flag_streaming_enabled; // true if streaming should be on - int fw1_state; // current situation with fw1 + int flag_ok; /* device in known good state */ + int flag_disconnected; /* flag_ok == 0 due to disconnect */ + int flag_init_ok; /* true if structure is fully initialized */ + int flag_streaming_enabled; /* true if streaming should be on */ + int fw1_state; /* current situation with fw1 */ + int flag_encoder_ok; /* True if encoder is healthy */ int flag_decoder_is_tuned; |