diff options
Diffstat (limited to 'include/media/rc-map.h')
-rw-r--r-- | include/media/rc-map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/rc-map.h b/include/media/rc-map.h index 3b7fe5a0dc72..11f66182b91f 100644 --- a/include/media/rc-map.h +++ b/include/media/rc-map.h | |||
@@ -15,6 +15,7 @@ | |||
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_PD (1 << 1) /* Pulse distance encoded IR */ |
17 | #define IR_TYPE_NEC (1 << 2) | 17 | #define IR_TYPE_NEC (1 << 2) |
18 | #define IR_TYPE_RC6 (1 << 3) /* Philips RC6 protocol */ | ||
18 | #define IR_TYPE_OTHER (1u << 31) | 19 | #define IR_TYPE_OTHER (1u << 31) |
19 | 20 | ||
20 | struct ir_scancode { | 21 | struct ir_scancode { |