]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
media: ite-cir: IR receiver stop working after receive overflow
authorSean Young <sean@mess.org>
Sun, 17 Oct 2021 12:01:15 +0000 (13:01 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Nov 2021 10:35:57 +0000 (11:35 +0100)
commit fdc881783099c6343921ff017450831c8766d12a upstream.

On an Intel NUC6iSYK, no IR is reported after a receive overflow.

When a receiver overflow occurs, this condition is only cleared by
reading the fifo. Make sure we read anything in the fifo.

Fixes: 28c7afb07ccf ("media: ite-cir: check for receive overflow")
Suggested-by: Bryan Pass <bryan.pass@gmail.com>
Tested-by: Bryan Pass <bryan.pass@gmail.com>
Cc: stable@vger.kernel.org>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/media/rc/ite-cir.c

index 18f3718315a831d0a8e8517f5017a4282849bbd3..679dd78382d78bc9526055b58dd765a0206d6ed6 100644 (file)
@@ -292,7 +292,7 @@ static irqreturn_t ite_cir_isr(int irq, void *data)
        }
 
        /* check for the receive interrupt */
-       if (iflags & ITE_IRQ_RX_FIFO) {
+       if (iflags & (ITE_IRQ_RX_FIFO | ITE_IRQ_RX_FIFO_OVERRUN)) {
                /* read the FIFO bytes */
                rx_bytes =
                        dev->params.get_rx_bytes(dev, rx_buf,