Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250344
b: refs/heads/master
c: ca540c8
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed May 20, 2011
1 parent 1951517 commit 3e38ee3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 612031c0771def54dd202cef76bb9bd654e47b5b
refs/heads/master: ca540c8b66874aaf704c64d43d33e39369c428fb
7 changes: 7 additions & 0 deletions trunk/drivers/media/rc/rc-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1078,6 +1078,13 @@ int rc_register_device(struct rc_dev *dev)
*/
dev->input_dev->rep[REP_DELAY] = 500;

/*
* As a repeat event on protocols like RC-5 and NEC take as long as
* 110/114ms, using 33ms as a repeat period is not the right thing
* to do.
*/
dev->input_dev->rep[REP_PERIOD] = 125;

path = kobject_get_path(&dev->dev.kobj, GFP_KERNEL);
printk(KERN_INFO "%s: %s as %s\n",
dev_name(&dev->dev),
Expand Down

0 comments on commit 3e38ee3

Please sign in to comment.