diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-07-25 05:49:02 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-07-30 22:51:43 +0400 |
commit | 2fcfd317f66c6e6cf0e05351e7641898d767dfa4 (patch) | |
tree | 752b87c1b57846e4139a51ae1585307a27ed9a6d /drivers/media/usb/au0828/au0828-cards.c | |
parent | 32570579cbde878580b621a846b18d04db856286 (diff) | |
download | linux-2fcfd317f66c6e6cf0e05351e7641898d767dfa4.tar.xz |
[media] au0828: add support for IR on HVR-950Q
HVR-950Q uses an I2C remote controller at address 0x47 (7-bits
notation). Add support for it.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/usb/au0828/au0828-cards.c')
-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 3a7924044a87..2c6b7da137ed 100644 --- a/drivers/media/usb/au0828/au0828-cards.c +++ b/drivers/media/usb/au0828/au0828-cards.c @@ -71,6 +71,7 @@ struct au0828_board au0828_boards[] = { .name = "Hauppauge HVR950Q", .tuner_type = TUNER_XC5000, .tuner_addr = 0x61, + .has_ir_i2c = 1, /* The au0828 hardware i2c implementation does not properly support the xc5000's i2c clock stretching. So we need to lower the clock frequency enough where the 15us clock |