diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-04-04 09:32:04 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-19 11:56:57 -0400 |
commit | 26d5683d36729f11f5764909ae37c69488596d36 (patch) | |
tree | 927e4ec76c75dcd5f8346f5629ee0ef891b1dbd5 /drivers/media/video/cx88/cx88-input.c | |
parent | db1423a6c79f66db2b1846614c13bde9c2db7ad2 (diff) |
V4L/DVB: cx88: don't handle IR on Pixelview too fast
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx88/cx88-input.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-input.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/cx88/cx88-input.c b/drivers/media/video/cx88/cx88-input.c index 6efad1da65bf..7ddc8bb463f8 100644 --- a/drivers/media/video/cx88/cx88-input.c +++ b/drivers/media/video/cx88/cx88-input.c | |||
@@ -316,9 +316,9 @@ int cx88_ir_init(struct cx88_core *core, struct pci_dev *pci) | |||
316 | case CX88_BOARD_PIXELVIEW_PLAYTV_ULTRA_PRO: | 316 | case CX88_BOARD_PIXELVIEW_PLAYTV_ULTRA_PRO: |
317 | ir_codes = RC_MAP_PIXELVIEW; | 317 | ir_codes = RC_MAP_PIXELVIEW; |
318 | ir->gpio_addr = MO_GP1_IO; | 318 | ir->gpio_addr = MO_GP1_IO; |
319 | ir->mask_keycode = 0x1f; | 319 | ir->mask_keycode = 0x1f; /* Only command is retrieved */ |
320 | ir->mask_keyup = 0x80; | 320 | ir->mask_keyup = 0x80; |
321 | ir->polling = 1; /* ms */ | 321 | ir->polling = 10; /* ms */ |
322 | break; | 322 | break; |
323 | case CX88_BOARD_PROLINK_PV_8000GT: | 323 | case CX88_BOARD_PROLINK_PV_8000GT: |
324 | case CX88_BOARD_PROLINK_PV_GLOBAL_XTREME: | 324 | case CX88_BOARD_PROLINK_PV_GLOBAL_XTREME: |