diff options
author | Sean Young <sean@mess.org> | 2016-12-02 18:16:14 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-01-30 15:10:45 +0100 |
commit | 0fcd3f0a3f8e74e0a20b66e51954a004b90f2eb2 (patch) | |
tree | a1b2e59efd3506d6bed5bf66c221256b1b94dc2b /drivers/media/rc/rc-main.c | |
parent | [media] rc5x: 6th command bit is S2 bit (diff) | |
download | linux-0fcd3f0a3f8e74e0a20b66e51954a004b90f2eb2.tar.xz linux-0fcd3f0a3f8e74e0a20b66e51954a004b90f2eb2.zip |
[media] rc5x: document that this is the 20 bit variant
There are many variants of extended rc5. This implements the 20 bit
version.
Signed-off-by: Sean Young <sean@mess.org>
Cc: David Härdeman <david@hardeman.nu>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/rc/rc-main.c')
-rw-r--r-- | drivers/media/rc/rc-main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/rc/rc-main.c b/drivers/media/rc/rc-main.c index dedaf38c5ff6..75bdc49eeb3e 100644 --- a/drivers/media/rc/rc-main.c +++ b/drivers/media/rc/rc-main.c @@ -796,7 +796,7 @@ static const struct { { RC_BIT_OTHER, "other", NULL }, { RC_BIT_UNKNOWN, "unknown", NULL }, { RC_BIT_RC5 | - RC_BIT_RC5X, "rc-5", "ir-rc5-decoder" }, + RC_BIT_RC5X_20, "rc-5", "ir-rc5-decoder" }, { RC_BIT_NEC | RC_BIT_NECX | RC_BIT_NEC32, "nec", "ir-nec-decoder" }, |