summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-05-11 22:08:29 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-05-11 22:08:29 -0300
commit5c878b664038ece4cce098757bef26d5a5aa7269 (patch)
treee468cc5c2575f06bd346648352aaf915a0afc23a /linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h
parent3349bdfa71ab601e2ad2fe785485cb8fe455248b (diff)
parentcfff66b2575874f0f9c6677cba1a54bb166c444b (diff)
downloadmediapointer-dvb-s2-5c878b664038ece4cce098757bef26d5a5aa7269.tar.gz
mediapointer-dvb-s2-5c878b664038ece4cce098757bef26d5a5aa7269.tar.bz2
merge: http://linuxtv.org/hg/~mcisely/pvrusb2-dev
From: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h')
-rw-r--r--linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h3
1 files changed, 3 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 5d75eb521..5b152ff20 100644
--- a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h
+++ b/linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h
@@ -200,6 +200,9 @@ struct pvr2_hdw {
int i2c_cx25840_hack_state;
int i2c_linked;
+ /* IR related */
+ unsigned int ir_scheme_active; /* IR scheme as seen from the outside */
+
/* Frequency table */
unsigned int freqTable[FREQTABLE_SIZE];
unsigned int freqProgSlot;