From patchwork Thu Dec 3 16:31:30 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Murali Karicheri X-Patchwork-Id: 64572 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id nB3GVbpQ029155 for ; Thu, 3 Dec 2009 16:31:37 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754410AbZLCQba (ORCPT ); Thu, 3 Dec 2009 11:31:30 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754620AbZLCQb3 (ORCPT ); Thu, 3 Dec 2009 11:31:29 -0500 Received: from arroyo.ext.ti.com ([192.94.94.40]:52097 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754390AbZLCQb3 (ORCPT ); Thu, 3 Dec 2009 11:31:29 -0500 Received: from dlep34.itg.ti.com ([157.170.170.115]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id nB3GVZ97017079 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 3 Dec 2009 10:31:35 -0600 Received: from legion.dal.design.ti.com (localhost [127.0.0.1]) by dlep34.itg.ti.com (8.13.7/8.13.7) with ESMTP id nB3GVZ9S020526; Thu, 3 Dec 2009 10:31:35 -0600 (CST) Received: from gt516km11.gt.design.ti.com (gt516km11.gt.design.ti.com [158.218.100.179]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id nB3GVYZ29104; Thu, 3 Dec 2009 10:31:34 -0600 (CST) Received: from gt516km11.gt.design.ti.com (localhost.localdomain [127.0.0.1]) by gt516km11.gt.design.ti.com (8.13.1/8.13.1) with ESMTP id nB3GVUYS000604; Thu, 3 Dec 2009 11:31:30 -0500 Received: (from a0868495@localhost) by gt516km11.gt.design.ti.com (8.13.1/8.13.1/Submit) id nB3GVUS3000601; Thu, 3 Dec 2009 11:31:30 -0500 From: m-karicheri2@ti.com To: linux-media@vger.kernel.org, hverkuil@xs4all.nl Cc: davinci-linux-open-source@linux.davincidsp.com, Muralidharan Karicheri Subject: [PATCH - v1] V4L - Documentation:Adds EBUSY error code for S_STD and QUERYSTD ioctls Date: Thu, 3 Dec 2009 11:31:30 -0500 Message-Id: <1259857890-570-1-git-send-email-m-karicheri2@ti.com> X-Mailer: git-send-email 1.6.0.4 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org diff -uNr v4l-dvb-e0cd9a337600_master/linux/Documentation/DocBook/v4l/vidioc-g-std.xml v4l-dvb_patch1/linux/Documentation/DocBook/v4l/vidioc-g-std.xml --- v4l-dvb-e0cd9a337600_master/linux/Documentation/DocBook/v4l/vidioc-g-std.xml 2009-12-01 17:02:04.000000000 -0500 +++ v4l-dvb_patch1/linux/Documentation/DocBook/v4l/vidioc-g-std.xml 2009-12-03 11:18:34.000000000 -0500 @@ -86,6 +86,12 @@ VIDIOC_S_STD parameter was unsuitable. + + EBUSY + + The device is busy and therefore can not change the standard + + diff -uNr v4l-dvb-e0cd9a337600_master/linux/Documentation/DocBook/v4l/vidioc-querystd.xml v4l-dvb_patch1/linux/Documentation/DocBook/v4l/vidioc-querystd.xml --- v4l-dvb-e0cd9a337600_master/linux/Documentation/DocBook/v4l/vidioc-querystd.xml 2009-12-01 17:02:04.000000000 -0500 +++ v4l-dvb_patch1/linux/Documentation/DocBook/v4l/vidioc-querystd.xml 2009-12-03 11:18:44.000000000 -0500 @@ -70,6 +70,12 @@ This ioctl is not supported. + + EBUSY + + The device is busy and therefore can not detect the standard + +