2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-28 23:23:55 +08:00
linux-next/drivers/media/usb/em28xx
Mauro Carvalho Chehab 8303dc9952 [media] em28xx: initialize button/I2C IR earlier
The em28xx-input is used by 3 different types of input devices:
	- devices with buttons (like cameras and grabber devices);
	- devices with I2C remotes;
	- em2860 or latter chips with RC support embedded.
When the device has an I2C remote, all it needs to do is to call
the proper I2C driver (ir-i2c-kbd), passing the proper data to
it, and just leave the code.
Also, button devices have its own init code that doesn't depend on
having an IR or not (as a general rule, they don't have).
So, move its init code to fix bugs introduced by earlier patches
that prevent them to work.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2013-01-04 19:13:07 -02:00
..
em28xx-audio.c
em28xx-cards.c [media] em28xx: rename module parameter prefer_bulk to usb_xfer_mode 2012-12-27 19:40:38 -02:00
em28xx-core.c [media] em28xx: improve USB endpoint logic, also use bulk transfers 2012-12-22 18:17:52 -02:00
em28xx-dvb.c [media] em28xx: improve USB endpoint logic, also use bulk transfers 2012-12-22 18:17:52 -02:00
em28xx-i2c.c [media] em28xx: clean up the data type mess of the i2c transfer function parameters 2012-12-22 21:48:29 -02:00
em28xx-input.c [media] em28xx: initialize button/I2C IR earlier 2013-01-04 19:13:07 -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: rename struct em28xx_usb_isoc_ctl to em28xx_usb_ctl 2012-12-22 17:56:49 -02:00
em28xx-video.c [media] em28xx: clean up and unify functions em28xx_copy_vbi() em28xx_copy_video() 2012-12-22 21:09:45 -02:00
em28xx.h [media] em28xx: move caching of pointer to vmalloc memory in videobuf to struct em28xx_buffer 2012-12-22 20:55:01 -02:00
Kconfig em28xx: add two missing tuners at the Kconfig file 2012-12-21 21:14:41 -02:00
Makefile [media] Fix some Makefile rules 2012-08-16 19:55:03 -03:00