diff options
Diffstat (limited to 'include/uapi/linux/lirc.h')
-rw-r--r-- | include/uapi/linux/lirc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/lirc.h b/include/uapi/linux/lirc.h index 4fe580d36e41..948d9a491083 100644 --- a/include/uapi/linux/lirc.h +++ b/include/uapi/linux/lirc.h | |||
@@ -186,6 +186,7 @@ struct lirc_scancode { | |||
186 | * @RC_PROTO_SHARP: Sharp protocol | 186 | * @RC_PROTO_SHARP: Sharp protocol |
187 | * @RC_PROTO_XMP: XMP protocol | 187 | * @RC_PROTO_XMP: XMP protocol |
188 | * @RC_PROTO_CEC: CEC protocol | 188 | * @RC_PROTO_CEC: CEC protocol |
189 | * @RC_PROTO_IMON: iMon Pad protocol | ||
189 | */ | 190 | */ |
190 | enum rc_proto { | 191 | enum rc_proto { |
191 | RC_PROTO_UNKNOWN = 0, | 192 | RC_PROTO_UNKNOWN = 0, |
@@ -211,6 +212,7 @@ enum rc_proto { | |||
211 | RC_PROTO_SHARP = 20, | 212 | RC_PROTO_SHARP = 20, |
212 | RC_PROTO_XMP = 21, | 213 | RC_PROTO_XMP = 21, |
213 | RC_PROTO_CEC = 22, | 214 | RC_PROTO_CEC = 22, |
215 | RC_PROTO_IMON = 23, | ||
214 | }; | 216 | }; |
215 | 217 | ||
216 | #endif | 218 | #endif |