]> git.baikalelectronics.ru Git - kernel.git/commit
V4L/DVB (9979): em28xx: move usb probe code to a proper place
authorMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 29 Dec 2008 01:18:14 +0000 (22:18 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 30 Dec 2008 11:39:37 +0000 (09:39 -0200)
commit0a352d0999aa3775a8a09f2c6cc2690177d4d4da
tree643b900aae78870a53fec3fdf1e15b400ae960c0
parent72a8c6cea63428d4aac40e560a96c287f2eb13ff
V4L/DVB (9979): 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.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/em28xx/em28xx-cards.c
drivers/media/video/em28xx/em28xx-core.c
drivers/media/video/em28xx/em28xx-video.c
drivers/media/video/em28xx/em28xx.h