mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
media: rc: IR signal for Panasonic air conditioner too long
commit 5c4c8b4a99 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: Takashi Kanamaru <neuralassembly@gmail.com>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
3c62781195
commit
432da4ae44
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user