From: Laurent Pinchart Date: Tue, 21 Aug 2012 08:05:35 +0000 (-0300) Subject: [media] uvcvideo: Remove outdated comment X-Git-Tag: v3.7-rc2~24^2~396 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3851c34a835f47b78c6ef7a3fa7dd6d9af9393f9;p=platform%2Fupstream%2Fkernel-adaptation-pc.git [media] uvcvideo: Remove outdated comment The uvcvideo driver now supports USERPTR, and isn't limited to YUYV and MJPEG anymore. Signed-off-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/usb/uvc/uvc_driver.c b/drivers/media/usb/uvc/uvc_driver.c index 45d7aa1..287f731 100644 --- a/drivers/media/usb/uvc/uvc_driver.c +++ b/drivers/media/usb/uvc/uvc_driver.c @@ -11,18 +11,6 @@ * */ -/* - * This driver aims to support video input and ouput devices compliant with the - * 'USB Video Class' specification. - * - * The driver doesn't support the deprecated v4l1 interface. It implements the - * mmap capture method only, and doesn't do any image format conversion in - * software. If your user-space application doesn't support YUYV or MJPEG, fix - * it :-). Please note that the MJPEG data have been stripped from their - * Huffman tables (DHT marker), you will need to add it back if your JPEG - * codec can't handle MJPEG data. - */ - #include #include #include