• Sean Young's avatar
    [media] iguanair: fix receiver overflow · 64058383
    Sean Young authored
    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: default avatarSean Young <sean@mess.org>
    Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
    64058383
iguanair.c 12.8 KB