Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6555f432 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Linus Torvalds
Browse files

[PATCH] v4l: (963) em28xx IR fixup



Removed the code that avoids repeating events when pressing IR keys.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 80d2ad92
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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 */