diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-08-21 04:05:35 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-09-15 08:17:36 -0400 |
commit | 3851c34a835f47b78c6ef7a3fa7dd6d9af9393f9 (patch) | |
tree | ebd30789897f85d50c53a6aa3395d17573083c80 /drivers/media | |
parent | 8d6214724bb9623b25d7b24603c59691ce7f2b22 (diff) |
[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 <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/usb/uvc/uvc_driver.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/media/usb/uvc/uvc_driver.c b/drivers/media/usb/uvc/uvc_driver.c index 45d7aa162d9..287f73182a6 100644 --- a/drivers/media/usb/uvc/uvc_driver.c +++ b/drivers/media/usb/uvc/uvc_driver.c | |||
@@ -11,18 +11,6 @@ | |||
11 | * | 11 | * |
12 | */ | 12 | */ |
13 | 13 | ||
14 | /* | ||
15 | * This driver aims to support video input and ouput devices compliant with the | ||
16 | * 'USB Video Class' specification. | ||
17 | * | ||
18 | * The driver doesn't support the deprecated v4l1 interface. It implements the | ||
19 | * mmap capture method only, and doesn't do any image format conversion in | ||
20 | * software. If your user-space application doesn't support YUYV or MJPEG, fix | ||
21 | * it :-). Please note that the MJPEG data have been stripped from their | ||
22 | * Huffman tables (DHT marker), you will need to add it back if your JPEG | ||
23 | * codec can't handle MJPEG data. | ||
24 | */ | ||
25 | |||
26 | #include <linux/atomic.h> | 14 | #include <linux/atomic.h> |
27 | #include <linux/kernel.h> | 15 | #include <linux/kernel.h> |
28 | #include <linux/list.h> | 16 | #include <linux/list.h> |