android_kernel_google_msm/drivers/media/common
Mauro Carvalho Chehab 7fee03e487 V4L/DVB (13540): ir-common: Cleanup get key evdev code
The same loop to seek for a key were used on different places. Also,
no spinlock were protecting it to avoid the risk of replacing a keycode
while seeking for a new code.

This cleanup does:
	- create an unique function to seek for a code;
	- adds an spinlock to protect the table lookup;
	- remove some unused code;
	- simplifies to code to make it easier to understand.

Basically no change in behavior should be noticed after this patch.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2009-12-05 18:42:22 -02:00
..
tuners V4L/DVB: Fix test in copy_reg_bits() 2009-12-05 18:41:45 -02:00
ir-functions.c V4L/DVB (13538): ir-common: Use a dynamic keycode table 2009-12-05 18:42:21 -02:00
ir-keymaps.c V4L/DVB (13535): ir-common: Add a hauppauge new table with the complete RC5 code 2009-12-05 18:42:20 -02:00
ir-keytable.c V4L/DVB (13540): ir-common: Cleanup get key evdev code 2009-12-05 18:42:22 -02:00
Kconfig
Makefile V4L/DVB (13532): ir-common: Add infrastructure to use a dynamic keycode table 2009-12-05 18:42:19 -02:00
saa7146_core.c
saa7146_fops.c
saa7146_hlp.c
saa7146_i2c.c
saa7146_vbi.c
saa7146_video.c V4L/DVB (13239): saa7146: fix memory leakage in pagetable-handling 2009-12-05 18:41:04 -02:00