]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
[media] uvcvideo: Remove outdated comment
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Tue, 21 Aug 2012 08:05:35 +0000 (05:05 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 15 Sep 2012 12:17:36 +0000 (09:17 -0300)
The uvcvideo driver now supports USERPTR, and isn't limited to YUYV and
MJPEG anymore.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/usb/uvc/uvc_driver.c

index 45d7aa162d9d4e9a770e349628d7d0c9f71cb8d6..287f73182a6990c4a1c1a943295bc397fa4209fc 100644 (file)
  *
  */
 
-/*
- * 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 <linux/atomic.h>
 #include <linux/kernel.h>
 #include <linux/list.h>