diff options
author | Nickolay V. Shmyrev <nshmyrev@yandex.ru> | 2006-01-23 06:44:10 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-23 06:44:10 -0500 |
commit | b639f9d286f2216795492eac2a39b8ed6b4d555c (patch) | |
tree | 8a618d3041ea3902fcf7f66ea43196575d4648eb /drivers/media/video/cx88 | |
parent | 4c0f631e14b849782259519c749414b1f1ddbfa8 (diff) |
V4L/DVB (3400): Remove duplicated keymaps and add keymap for KWorld LTV883IR.
- Remove duplicated keymaps and add keymap for KWorld LTV883IR.
Thanks to Jon Ferguson <jon@sd-6.org>.
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88')
-rw-r--r-- | drivers/media/video/cx88/cx88-input.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88-input.c b/drivers/media/video/cx88/cx88-input.c index a4fa92c1b0c7..800e2b31ac7b 100644 --- a/drivers/media/video/cx88/cx88-input.c +++ b/drivers/media/video/cx88/cx88-input.c | |||
@@ -192,6 +192,13 @@ int cx88_ir_init(struct cx88_core *core, struct pci_dev *pci) | |||
192 | ir->mask_keyup = 0x80; | 192 | ir->mask_keyup = 0x80; |
193 | ir->polling = 1; /* ms */ | 193 | ir->polling = 1; /* ms */ |
194 | break; | 194 | break; |
195 | case CX88_BOARD_KWORLD_LTV883: | ||
196 | ir_codes = ir_codes_pixelview; | ||
197 | ir->gpio_addr = MO_GP1_IO; | ||
198 | ir->mask_keycode = 0x1f; | ||
199 | ir->mask_keyup = 0x60; | ||
200 | ir->polling = 1; /* ms */ | ||
201 | break; | ||
195 | case CX88_BOARD_ADSTECH_DVB_T_PCI: | 202 | case CX88_BOARD_ADSTECH_DVB_T_PCI: |
196 | ir_codes = ir_codes_adstech_dvb_t_pci; | 203 | ir_codes = ir_codes_adstech_dvb_t_pci; |
197 | ir->gpio_addr = MO_GP1_IO; | 204 | ir->gpio_addr = MO_GP1_IO; |