V4L/DVB: cx88: don't handle IR on Pixelview too fast
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 4 Apr 2010 13:32:04 +0000 (10:32 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 19 May 2010 15:56:57 +0000 (12:56 -0300)
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx88/cx88-input.c

index 6efad1d..7ddc8bb 100644 (file)
@@ -316,9 +316,9 @@ int cx88_ir_init(struct cx88_core *core, struct pci_dev *pci)
        case CX88_BOARD_PIXELVIEW_PLAYTV_ULTRA_PRO:
                ir_codes = RC_MAP_PIXELVIEW;
                ir->gpio_addr = MO_GP1_IO;
-               ir->mask_keycode = 0x1f;
+               ir->mask_keycode = 0x1f;        /* Only command is retrieved */
                ir->mask_keyup = 0x80;
-               ir->polling = 1; /* ms */
+               ir->polling = 10; /* ms */
                break;
        case CX88_BOARD_PROLINK_PV_8000GT:
        case CX88_BOARD_PROLINK_PV_GLOBAL_XTREME: