Commit 432da4ae authored by Sean Young's avatar Sean Young Committed by Greg Kroah-Hartman

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

commit 5c4c8b4a upstream.

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>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3c627811
......@@ -29,7 +29,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