diff options
| author | 2014-08-07 13:10:26 -0300 | |
|---|---|---|
| committer | 2014-08-21 15:25:05 -0500 | |
| commit | d84fdc774b3beea1a7c601ff6e8d22e6ac13dd01 (patch) | |
| tree | dc1122c0dbd035e7f639ed86ae25b9242f2e5a3d | |
| parent | [media] au0828: add an option to disable IR via modprobe parameter (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[] = { .name = "Hauppauge HVR850", .tuner_type = TUNER_XC5000, .tuner_addr = 0x61, + .has_ir_i2c = 1, .i2c_clk_divider = AU0828_I2C_CLK_250KHZ, .input = { { |
