summaryrefslogtreecommitdiff
path: root/include/media
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2017-07-30 09:23:13 -0400
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-08-20 09:50:32 -0400
commitb429996ced6f599b20ffc79789a54c65a21b0d96 (patch)
tree45b7190bf6c59c853a033cc3d2b7b9a82643b439 /include/media
parent30dcb4eaea1e372e406d284b7aae69f2001b9e24 (diff)
media: rc: add zx-irdec remote control driver
It adds the remote control driver and corresponding keymap file for IRDEC block found on ZTE ZX family SoCs. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/rc-map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/rc-map.h b/include/media/rc-map.h
index 1a815a572fa1..c69482852f29 100644
--- a/include/media/rc-map.h
+++ b/include/media/rc-map.h
@@ -313,6 +313,7 @@ struct rc_map *rc_map_get(const char *name);
#define RC_MAP_WINFAST "rc-winfast"
#define RC_MAP_WINFAST_USBII_DELUXE "rc-winfast-usbii-deluxe"
#define RC_MAP_SU3000 "rc-su3000"
+#define RC_MAP_ZX_IRDEC "rc-zx-irdec"
/*
* Please, do not just append newer Remote Controller names at the end.