]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
media: rc: IR signal for Panasonic air conditioner too long
authorSean Young <sean@mess.org>
Thu, 13 Jun 2019 08:49:26 +0000 (04:49 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Fri, 21 Jun 2019 19:33:48 +0000 (15:33 -0400)
The IR signal to control the Panasonic ACXA75C00600 air conditioner has
439 pulse/spaces. Increase limit to make it possible to transmit signal.

Reported-by: Takashi Kanamaru <neuralassembly@gmail.com>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/rc/lirc_dev.c

index 10830605c734ffe1980e11074c3aeacb0d60ee2d..f078f8a3aec88f464d7524bd939341fc60b64e6e 100644 (file)
@@ -19,7 +19,7 @@
 #include "rc-core-priv.h"
 #include <uapi/linux/lirc.h>
 
-#define LIRCBUF_SIZE   256
+#define LIRCBUF_SIZE   1024
 
 static dev_t lirc_base_dev;