Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61289
b: refs/heads/master
c: 8083c52
h: refs/heads/master
i:
  61287: f4cdcc4
v: v3
  • Loading branch information
Dmitry Torokhov authored and Mauro Carvalho Chehab committed Jul 18, 2007
1 parent 4432105 commit 6ce5d49
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 749823a06e74620ff3fefc75eab9d6fa473a9b39
refs/heads/master: 8083c5200e74a5db11c9671bfc1bcaefe8c48737
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/ir-kbd-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,9 @@ static void ir_timer(unsigned long data)
static void ir_work(struct work_struct *work)
{
struct IR_i2c *ir = container_of(work, struct IR_i2c, work);

ir_key_poll(ir);
mod_timer(&ir->timer, jiffies+HZ/10);
mod_timer(&ir->timer, jiffies + msecs_to_jiffies(100));
}

/* ----------------------------------------------------------------------- */
Expand Down

0 comments on commit 6ce5d49

Please sign in to comment.