From patchwork Tue Aug 21 09:05:35 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 1352791 Return-Path: X-Original-To: patchwork-linux-media@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 6B07C40210 for ; Tue, 21 Aug 2012 09:05:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754572Ab2HUJFR (ORCPT ); Tue, 21 Aug 2012 05:05:17 -0400 Received: from perceval.ideasonboard.com ([95.142.166.194]:43956 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753472Ab2HUJFQ (ORCPT ); Tue, 21 Aug 2012 05:05:16 -0400 Received: from avalon.ideasonboard.com (unknown [91.178.126.78]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 5CDCF35A85 for ; Tue, 21 Aug 2012 11:05:15 +0200 (CEST) From: Laurent Pinchart To: linux-media@vger.kernel.org Subject: [PATCH] uvcvideo: Remove outdated comment Date: Tue, 21 Aug 2012 11:05:35 +0200 Message-Id: <1345539935-4441-1-git-send-email-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 1.7.8.6 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org The uvcvideo driver now supports USERPTR, and isn't limited to YUYV and MJPEG anymore. Signed-off-by: Laurent Pinchart --- drivers/media/usb/uvc/uvc_driver.c | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-) Small non-functional patch, I will push it through my tree for v3.7. 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