diff options
Diffstat (limited to 'drivers/media/video/cx88/cx88-input.c')
-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 af6ad8cdbdb7..fbf21dbe2511 100644 --- a/drivers/media/video/cx88/cx88-input.c +++ b/drivers/media/video/cx88/cx88-input.c | |||
@@ -261,6 +261,13 @@ int cx88_ir_init(struct cx88_core *core, struct pci_dev *pci) | |||
261 | ir->mask_keydown = 0x02; | 261 | ir->mask_keydown = 0x02; |
262 | ir->polling = 5; // ms | 262 | ir->polling = 5; // ms |
263 | break; | 263 | break; |
264 | case CX88_BOARD_PIXELVIEW_PLAYTV_ULTRA_PRO: | ||
265 | ir_codes = ir_codes_pixelview; | ||
266 | ir->gpio_addr = MO_GP1_IO; | ||
267 | ir->mask_keycode = 0x1f; | ||
268 | ir->mask_keyup = 0x80; | ||
269 | ir->polling = 1; // ms | ||
270 | break; | ||
264 | } | 271 | } |
265 | if (NULL == ir_codes) { | 272 | if (NULL == ir_codes) { |
266 | kfree(ir); | 273 | kfree(ir); |