Commit 5c4c8b4a authored by Sean Young's avatar Sean Young Committed by Mauro Carvalho Chehab

media: rc: IR signal for Panasonic air conditioner too long

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: default avatarTakashi Kanamaru <neuralassembly@gmail.com>
Signed-off-by: default avatarSean Young <sean@mess.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent 12e23ebb
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment