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 29b7aa3603ea..5814ec045559 100644 --- a/include/media/rc-map.h +++ b/include/media/rc-map.h | |||
@@ -16,6 +16,7 @@ | |||
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_RC6 (1 << 3) /* Philips RC6 protocol */ |
19 | #define IR_TYPE_JVC (1 << 4) /* JVC protocol */ | ||
19 | #define IR_TYPE_OTHER (1u << 31) | 20 | #define IR_TYPE_OTHER (1u << 31) |
20 | 21 | ||
21 | struct ir_scancode { | 22 | struct ir_scancode { |