]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/media/rc-map.h
V4L/DVB: Add RC6 support to ir-core
[net-next-2.6.git] / include / media / rc-map.h
index 3b7fe5a0dc72cc14dd4b9374d6fd161c610fad23..11f66182b91fc9a2ab1c9d6798d382025e7f1e31 100644 (file)
@@ -15,6 +15,7 @@
 #define IR_TYPE_RC5    (1  << 0)       /* Philips RC5 protocol */
 #define IR_TYPE_PD     (1  << 1)       /* Pulse distance encoded IR */
 #define IR_TYPE_NEC    (1  << 2)
+#define IR_TYPE_RC6    (1  << 3)       /* Philips RC6 protocol */
 #define IR_TYPE_OTHER  (1u << 31)
 
 struct ir_scancode {