diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-16 11:55:09 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-16 11:55:09 -0300 |
commit | ef1300c8dfd94bca1d2bc80ea3629d644e23ef3b (patch) | |
tree | ebd1925c473e3bb71372fda123435b4c8e241af0 /linux/drivers/media/video/cx18/cx18-cards.c | |
parent | c4a8a2e49ee685a2e77215fc26bda43415a6df1d (diff) | |
parent | 686cc1c1d15e11ccb0bd3687091cd989974d9e91 (diff) | |
download | mediapointer-dvb-s2-ef1300c8dfd94bca1d2bc80ea3629d644e23ef3b.tar.gz mediapointer-dvb-s2-ef1300c8dfd94bca1d2bc80ea3629d644e23ef3b.tar.bz2 |
merge: http://linuxtv.org/hg/~awalls/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/cx18/cx18-cards.c')
-rw-r--r-- | linux/drivers/media/video/cx18/cx18-cards.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cx18/cx18-cards.c b/linux/drivers/media/video/cx18/cx18-cards.c index 0caae1a5e..8fe5f38c4 100644 --- a/linux/drivers/media/video/cx18/cx18-cards.c +++ b/linux/drivers/media/video/cx18/cx18-cards.c @@ -88,6 +88,7 @@ static const struct cx18_card cx18_card_hvr1600_esmt = { .active_lo_mask = 0x3001, .msecs_asserted = 10, .msecs_recovery = 40, + .ir_reset_mask = 0x0001, }, .i2c = &cx18_i2c_std, }; @@ -133,6 +134,7 @@ static const struct cx18_card cx18_card_hvr1600_samsung = { .active_lo_mask = 0x3001, .msecs_asserted = 10, .msecs_recovery = 40, + .ir_reset_mask = 0x0001, }, .i2c = &cx18_i2c_std, }; |