alistair23-linux/drivers/media/usb/em28xx
Frank Schaefer 768da3dbcf [media] em28xx: get rid of the dependency on module ir-kbd-i2c
We already have the key polling functions and the polling infrastructure in
em28xx-input, so we can easily get rid of the dependency on module ir-kbd-i2c.
For maximum safety, do not touch the key reporting mechanism for those devices.
Code size could be improved further but would have minor peformance impacts.
Tested with device "Terratec Cinergy 200 USB" (EM2800_BOARD_TERRATEC_CINERGY_200)

[mchehab@redhat.com: Fix two checkpatch.pl warnings:
 ERROR: "foo * bar" should be "foo *bar" (line 465)
 WARNING: kfree(NULL) is safe this check is probably not required (line 725)]

Signed-off-by: Frank Schäfer <fschaefer.oss@googlemail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2013-02-05 20:38:50 -02:00
..
em28xx-audio.c
em28xx-cards.c [media] em28xx: fix audio input for TV mode of device Terratec Cinergy 250 2013-01-06 10:45:53 -02:00
em28xx-core.c [media] em28xx: fix+improve+unify i2c error handling, debug messages and code comments 2013-01-05 01:18:25 -02:00
em28xx-dvb.c [media] em28xx: simplify device state tracking 2013-01-05 01:09:39 -02:00
em28xx-i2c.c [media] em28xx: add missing IR RC slave address to the list of known i2c devices 2013-02-05 20:25:23 -02:00
em28xx-input.c [media] em28xx: get rid of the dependency on module ir-kbd-i2c 2013-02-05 20:38:50 -02:00
em28xx-reg.h [media] em28xx: improve USB endpoint logic, also use bulk transfers 2012-12-22 18:17:52 -02:00
em28xx-vbi.c [media] em28xx: convert to videobuf2 2013-01-05 01:03:38 -02:00
em28xx-video.c [media] em28xx: enable DMABUF 2013-01-06 00:34:22 -02:00
em28xx.h [media] em28xx: get rid of the dependency on module ir-kbd-i2c 2013-02-05 20:38:50 -02:00
Kconfig [media] em28xx: convert to videobuf2 2013-01-05 01:03:38 -02:00
Makefile