Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14107
b: refs/heads/master
c: 6555f43
h: refs/heads/master
i:
  14105: 14b7da9
  14103: a57158f
v: v3
  • Loading branch information
Mauro Carvalho Chehab authored and Linus Torvalds committed Nov 14, 2005
1 parent 1038db2 commit 05beec9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 80d2ad9259b04bc46556c1cd8cec558a02460a2d
refs/heads/master: 6555f4322f5c8dc03047eb566d8519ba348e02de
3 changes: 0 additions & 3 deletions trunk/drivers/media/video/em28xx/em28xx-input.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@ static int get_key_em_haup(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw)
if (buf[1]==0xff)
return 0;

/* avoid fast reapeating */
if (buf[1]==ir->old)
return 0;
ir->old=buf[1];

/* Rearranges bits to the right order */
Expand Down

0 comments on commit 05beec9

Please sign in to comment.