mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
ir: ir support both NEC and RC5 [1/1]
PD#SWPL-5555 Problem: Current driver does not support both NEC and RC5 Solution: Add a macro to depecit both NEC and RC5 state Verify: X301 Change-Id: I06894d033eabdb22db6e34fc2ad76e0390ef565f Signed-off-by: Qianggui Song <qianggui.song@amlogic.com>
This commit is contained in:
committed by
Dongjin Kim
parent
8c4777711c
commit
90a6fefda0
@@ -56,6 +56,7 @@
|
||||
*2. multi-format IR controller decode other protocol
|
||||
*/
|
||||
#define REMOTE_TYPE_NEC_RC6 ((REMOTE_TYPE_LEGACY_NEC << 8) | REMOTE_TYPE_RC6)
|
||||
#define REMOTE_TYPE_NEC_RC5 ((REMOTE_TYPE_LEGACY_NEC << 8) | REMOTE_TYPE_RC5)
|
||||
#define REMOTE_TYPE_NEC_TOSHIBA ((REMOTE_TYPE_LEGACY_NEC << 8) | \
|
||||
REMOTE_TYPE_TOSHIBA)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user