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: V4L/DVB: ir-core: be less pedantic with RC protocol name
Author:  Mauro Carvalho Chehab <[email protected]>
Date:    Sat Mar 20 00:17:58 2010 -0300

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

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

---

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

diff --git a/drivers/media/IR/ir-sysfs.c b/drivers/media/IR/ir-sysfs.c
index bbddf2f..ee6b36d 100644
--- a/drivers/media/IR/ir-sysfs.c
+++ b/drivers/media/IR/ir-sysfs.c
@@ -92,7 +92,7 @@ static ssize_t store_protocol(struct device *d,
 
        buf = strsep((char **) &data, "\n");
 
-       if (!strcasecmp(buf, "rc-5"))
+       if (!strcasecmp(buf, "rc-5") || !strcasecmp(buf, "rc5"))
                ir_type = IR_TYPE_RC5;
        else if (!strcasecmp(buf, "pd"))
                ir_type = IR_TYPE_PD;

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

Reply via email to