diff options
author | Igor M. Liplianin <liplianin@me.by> | 2009-09-23 19:44:12 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 21:40:29 +0100 |
commit | 9d2ba7ad802300d6a1830df9268d8ba478c66a18 (patch) | |
tree | 9e60dff9a748fe7c65b105449f8cfe4beb21a2cc /drivers/media/video/cx88 | |
parent | V4L/DVB (13134): Add support for TBS-likes remotes (diff) | |
download | linux-9d2ba7ad802300d6a1830df9268d8ba478c66a18.tar.xz linux-9d2ba7ad802300d6a1830df9268d8ba478c66a18.zip |
V4L/DVB (13135): Add support for TeVii remotes
The patch brings infrared remote support for some cx88 based cards.
Such as TeVii S460,S420.
Signed-off-by: Igor M. Liplianin <liplianin@me.by>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx88')
-rw-r--r-- | drivers/media/video/cx88/cx88-input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-input.c b/drivers/media/video/cx88/cx88-input.c index 33437e403144..c0047c1960cc 100644 --- a/drivers/media/video/cx88/cx88-input.c +++ b/drivers/media/video/cx88/cx88-input.c @@ -315,7 +315,7 @@ int cx88_ir_init(struct cx88_core *core, struct pci_dev *pci) break; case CX88_BOARD_TEVII_S460: case CX88_BOARD_TEVII_S420: - ir_codes = &ir_codes_dm1105_nec_table; + ir_codes = &ir_codes_tevii_nec_table; ir_type = IR_TYPE_PD; ir->sampling = 0xff00; /* address */ break; |