The patch number 9979 was added via Mauro Carvalho Chehab <[email protected]>
to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel
If anyone has any objections, please let us know by sending a message to:
[email protected]
------
From: Mauro Carvalho Chehab <[email protected]>
em28xx: move usb probe code to a proper place
em28xx-video were holding several code that are not specific to V4L2 interface.
This patch moves the core code for em28xx-core, and usb probing code into
em28xx-cards.
This opens the possibility of breaking em28xx into a core module and a V4L2
module, loaded
only on devices that have analog interfaces.
Some cleanup may be done at em28xx-cards to optimize the config code.
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
---
linux/drivers/media/video/em28xx/em28xx-cards.c | 444 +++++++++++
linux/drivers/media/video/em28xx/em28xx-core.c | 143 +++
linux/drivers/media/video/em28xx/em28xx-video.c | 639 +---------------
linux/drivers/media/video/em28xx/em28xx.h | 16
4 files changed, 650 insertions(+), 592 deletions(-)
<diff discarded since it is too big>
---
Patch is available at:
http://linuxtv.org/hg/v4l-dvb/rev/c4a60c58d58b4506c3e4d48cc76b26397c55da76
_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits