This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git tree:
Subject: [media] usbvideo: deprecate the vicam driver Author: Hans Verkuil <[email protected]> Date: Sat Dec 25 07:27:47 2010 -0300 Move usbvideo to staging and mark it deprecated. Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> drivers/media/video/Kconfig | 2 - drivers/media/video/Makefile | 4 - drivers/media/video/usbvideo/Kconfig | 12 - drivers/media/video/usbvideo/Makefile | 2 - drivers/media/video/usbvideo/usbvideo.c | 2230 ------------------------------- drivers/media/video/usbvideo/usbvideo.h | 395 ------ drivers/media/video/usbvideo/vicam.c | 952 ------------- drivers/staging/Kconfig | 2 + drivers/staging/Makefile | 1 + drivers/staging/usbvideo/Kconfig | 15 + drivers/staging/usbvideo/Makefile | 2 + drivers/staging/usbvideo/usbvideo.c | 2230 +++++++++++++++++++++++++++++++ drivers/staging/usbvideo/usbvideo.h | 395 ++++++ drivers/staging/usbvideo/vicam.c | 952 +++++++++++++ 14 files changed, 3597 insertions(+), 3597 deletions(-) --- http://git.linuxtv.org/media_tree.git?a=commitdiff;h=120daf26573c1a63c8bc5f65af89fd6bbde46305 <diff discarded since it is too big> _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
