diff options
author | George Gazurkoff <gazurkoff@gmail.com> | 2006-01-09 12:32:46 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-01-09 12:32:46 -0500 |
commit | 565f49490556250383e976c7f3e04ee4b7f54788 (patch) | |
tree | 13c8104dcd119a7bef8874ba7a402586dc123af0 /drivers/media | |
parent | 009494effc129094a5dcbbf2bf0345307ffe4f9b (diff) |
V4L/DVB (3303): Both AverTV Studio 303 cards #6 and #36 use the same IR programming.
- Both AverTV Studio 303 cards, #6 and #36,
use the same remote control programming.
Signed-off-by: George Gazurkoff <gazurkoff@gmail.com>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/cx88/cx88-input.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88-input.c b/drivers/media/video/cx88/cx88-input.c index f40f97026b84..286c85b6bdf9 100644 --- a/drivers/media/video/cx88/cx88-input.c +++ b/drivers/media/video/cx88/cx88-input.c | |||
@@ -538,6 +538,7 @@ int cx88_ir_init(struct cx88_core *core, struct pci_dev *pci) | |||
538 | ir->polling = 1; /* ms */ | 538 | ir->polling = 1; /* ms */ |
539 | break; | 539 | break; |
540 | case CX88_BOARD_AVERTV_303: | 540 | case CX88_BOARD_AVERTV_303: |
541 | case CX88_BOARD_AVERTV_STUDIO_303: | ||
541 | ir_codes = ir_codes_avertv_303; | 542 | ir_codes = ir_codes_avertv_303; |
542 | ir->gpio_addr = MO_GP2_IO; | 543 | ir->gpio_addr = MO_GP2_IO; |
543 | ir->mask_keycode = 0xfb; | 544 | ir->mask_keycode = 0xfb; |