Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192891
b: refs/heads/master
c: ecf6e72
h: refs/heads/master
i:
  192889: 93e98b1
  192887: b375207
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed May 18, 2010
1 parent e5e1481 commit 0b40292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ed3de6015a920c131fbcc770fb95097fde592d86
refs/heads/master: ecf6e72da31f951aed4618e422de62a72a1d76c6
2 changes: 1 addition & 1 deletion trunk/drivers/media/IR/ir-sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,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;
Expand Down

0 comments on commit 0b40292

Please sign in to comment.