]> git.baikalelectronics.ru Git - kernel.git/commit
[media] iguanair: fix receiver overflow
authorSean Young <sean@mess.org>
Mon, 13 Aug 2012 11:59:45 +0000 (08:59 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 13 Aug 2012 19:19:10 +0000 (16:19 -0300)
commit913177a63f79f0164b2ea7161911d20e85fced77
tree9d4c1ab10ff619b58f71638d841ed27eda1cab4e
parent61ff71615ec39c73cf9d67e30583a5a674f70d2a
[media] iguanair: fix receiver overflow

The Pioneer CU-700 remote causes receiver overflows if you hold down any
button. The remote does not send NEC IR repeats, it repeats the entire
NEC code after 20ms.

The iguanair hardware advertises an interval of 10 which just not enough;
with 100 URBs per second and at most 7 edges per URB, we handle at most
700 edges per second. The remote generates about 900.

Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/rc/iguanair.c