diff options
author | James Hogan <james.hogan@imgtec.com> | 2014-01-17 08:58:47 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-02-04 10:11:52 -0500 |
commit | 38f2a214351ced1b32164da085a879d860011dcf (patch) | |
tree | c3c477b6cc080ae5c387f1903fe5df834a7ce870 /drivers/media/rc/rc-main.c | |
parent | 7bae89791eac2f18620ebd76a13c0351f4ec4319 (diff) |
[media] media: rc: add Sharp infrared protocol
Add Sharp infrared protocol constants RC_TYPE_SHARP and RC_BIT_SHARP.
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/rc/rc-main.c')
-rw-r--r-- | drivers/media/rc/rc-main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/rc/rc-main.c b/drivers/media/rc/rc-main.c index b75b63b1f492..f1b67db45e78 100644 --- a/drivers/media/rc/rc-main.c +++ b/drivers/media/rc/rc-main.c | |||
@@ -791,6 +791,7 @@ static struct { | |||
791 | RC_BIT_SONY20, "sony" }, | 791 | RC_BIT_SONY20, "sony" }, |
792 | { RC_BIT_RC5_SZ, "rc-5-sz" }, | 792 | { RC_BIT_RC5_SZ, "rc-5-sz" }, |
793 | { RC_BIT_SANYO, "sanyo" }, | 793 | { RC_BIT_SANYO, "sanyo" }, |
794 | { RC_BIT_SHARP, "sharp" }, | ||
794 | { RC_BIT_MCE_KBD, "mce_kbd" }, | 795 | { RC_BIT_MCE_KBD, "mce_kbd" }, |
795 | { RC_BIT_LIRC, "lirc" }, | 796 | { RC_BIT_LIRC, "lirc" }, |
796 | }; | 797 | }; |