diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-08-07 12:10:26 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-08-21 16:25:05 -0400 |
commit | d84fdc774b3beea1a7c601ff6e8d22e6ac13dd01 (patch) | |
tree | dc1122c0dbd035e7f639ed86ae25b9242f2e5a3d | |
parent | ff346b0f5d86688baf7c191faf192e69cf347583 (diff) |
[media] au0828: Enable IR for HVR-850
HVR-850 also has a remote. Enable it.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
-rw-r--r-- | drivers/media/usb/au0828/au0828-cards.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/au0828/au0828-cards.c b/drivers/media/usb/au0828/au0828-cards.c index 2c6b7da137ed..b6c9d1f466bd 100644 --- a/drivers/media/usb/au0828/au0828-cards.c +++ b/drivers/media/usb/au0828/au0828-cards.c | |||
@@ -46,6 +46,7 @@ struct au0828_board au0828_boards[] = { | |||
46 | .name = "Hauppauge HVR850", | 46 | .name = "Hauppauge HVR850", |
47 | .tuner_type = TUNER_XC5000, | 47 | .tuner_type = TUNER_XC5000, |
48 | .tuner_addr = 0x61, | 48 | .tuner_addr = 0x61, |
49 | .has_ir_i2c = 1, | ||
49 | .i2c_clk_divider = AU0828_I2C_CLK_250KHZ, | 50 | .i2c_clk_divider = AU0828_I2C_CLK_250KHZ, |
50 | .input = { | 51 | .input = { |
51 | { | 52 | { |