aboutsummaryrefslogtreecommitdiffstats
path: root/include/media/rc-map.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/media/rc-map.h')
-rw-r--r--include/media/rc-map.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/include/media/rc-map.h b/include/media/rc-map.h
index 280d1ed9a9a0..5833966a7100 100644
--- a/include/media/rc-map.h
+++ b/include/media/rc-map.h
@@ -13,11 +13,10 @@
13 13
14#define IR_TYPE_UNKNOWN 0 14#define IR_TYPE_UNKNOWN 0
15#define IR_TYPE_RC5 (1 << 0) /* Philips RC5 protocol */ 15#define IR_TYPE_RC5 (1 << 0) /* Philips RC5 protocol */
16#define IR_TYPE_PD (1 << 1) /* Pulse distance encoded IR */ 16#define IR_TYPE_NEC (1 << 1)
17#define IR_TYPE_NEC (1 << 2) 17#define IR_TYPE_RC6 (1 << 2) /* Philips RC6 protocol */
18#define IR_TYPE_RC6 (1 << 3) /* Philips RC6 protocol */ 18#define IR_TYPE_JVC (1 << 3) /* JVC protocol */
19#define IR_TYPE_JVC (1 << 4) /* JVC protocol */ 19#define IR_TYPE_SONY (1 << 4) /* Sony12/15/20 protocol */
20#define IR_TYPE_SONY (1 << 5) /* Sony12/15/20 protocol */
21#define IR_TYPE_OTHER (1u << 31) 20#define IR_TYPE_OTHER (1u << 31)
22 21
23struct ir_scancode { 22struct ir_scancode {