diff options
Diffstat (limited to 'include/media')
-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 5814ec045559..280d1ed9a9a0 100644 --- a/include/media/rc-map.h +++ b/include/media/rc-map.h | |||
@@ -17,6 +17,7 @@ | |||
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_JVC (1 << 4) /* JVC protocol */ |
20 | #define IR_TYPE_SONY (1 << 5) /* Sony12/15/20 protocol */ | ||
20 | #define IR_TYPE_OTHER (1u << 31) | 21 | #define IR_TYPE_OTHER (1u << 31) |
21 | 22 | ||
22 | struct ir_scancode { | 23 | struct ir_scancode { |