This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/v4l-dvb.git tree:

Subject: ir-core: Rename sysfs protocols nomenclature to rc-5 and rc-6
Author:  Mauro Carvalho Chehab <[email protected]>
Date:    Mon Jun 28 12:43:25 2010 -0300

While rc-5 and rc-6 protocols are generally abreviated as "rc5" and "rc6",
previous sysfs nodes uses rc-5 and rc-6 for the Philips protocols. This is
consistent with the protocol nomenclature given by the original Philips
spec: "Remote control system RC-5" (doc. Nr. 9398 706 23011).
Also, rc5 is the name of a widely known cryptography protocol.

So, the better is to keep referring to those protocols as "rc-5" and "rc-6".

Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 drivers/media/IR/ir-sysfs.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

---

http://git.linuxtv.org/v4l-dvb.git?a=commitdiff;h=1ba30538e2d125ce821622ac1f5e7ef31d856077

diff --git a/drivers/media/IR/ir-sysfs.c b/drivers/media/IR/ir-sysfs.c
index 2b1a9d2..9a464a3 100644
--- a/drivers/media/IR/ir-sysfs.c
+++ b/drivers/media/IR/ir-sysfs.c
@@ -38,9 +38,9 @@ static struct {
        char    *name;
 } proto_names[] = {
        { IR_TYPE_UNKNOWN,      "unknown"       },
-       { IR_TYPE_RC5,          "rc5"           },
+       { IR_TYPE_RC5,          "rc-5"          },
        { IR_TYPE_NEC,          "nec"           },
-       { IR_TYPE_RC6,          "rc6"           },
+       { IR_TYPE_RC6,          "rc-6"          },
        { IR_TYPE_JVC,          "jvc"           },
        { IR_TYPE_SONY,         "sony"          },
 };

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to