Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754239AbbDHL3o (ORCPT ); Wed, 8 Apr 2015 07:29:44 -0400 Received: from mailout3.samsung.com ([203.254.224.33]:52018 "EHLO mailout3.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753895AbbDHL3i (ORCPT ); Wed, 8 Apr 2015 07:29:38 -0400 X-AuditID: cbfee61a-f79516d000006302-39-55251120afa9 From: Krzysztof Opasiak To: balbi@ti.com, gregkh@linuxfoundation.org, jlbec@evilplan.org Cc: andrzej.p@samsung.com, m.szyprowski@samsung.com, linux-api@vger.kernel.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, Krzysztof Opasiak Subject: [PATCH 5/5] Documentation: ABI: Fix documentation for mass_storage function Date: Wed, 08 Apr 2015 13:28:48 +0200 Message-id: <1428492528-11993-6-git-send-email-k.opasiak@samsung.com> X-Mailer: git-send-email 1.7.9.5 In-reply-to: <1428492528-11993-1-git-send-email-k.opasiak@samsung.com> References: <1428492528-11993-1-git-send-email-k.opasiak@samsung.com> X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFprBLMWRmVeSWpSXmKPExsVy+t9jQV0FQdVQgzUrZSxmvWxnsTh4v96i efF6NouT576xWNyeOI3NYvP3DjaLy7vmsFksWtbKbLH2yF12B06PpxeDPPbPXcPu0bdlFaPH 8RvbmTw+b5ILYI3isklJzcksSy3St0vgylh3/itbwRquimfrzjI2MN7g6GLk5JAQMJHY8Pwr M4QtJnHh3nq2LkYuDiGB6YwSczums0M4vxglelZOAqri4GAT0JeYt0sUxBQRcJA4s6MIpIRZ YBujxNMdM9hB4sICYRLPTliBmCwCqhJHOrJAxvMKuEr8PzobrEJCQEFiziQbkDCngJvEg7+T 2UBsIaCS7mtT2SYw8i5gZFjFKJpakFxQnJSea6hXnJhbXJqXrpecn7uJERxez6R2MK5ssDjE KMDBqMTDK7BYJVSINbGsuDL3EKMEB7OSCO8ZLtVQId6UxMqq1KL8+KLSnNTiQ4zSHCxK4rxz dOVChQTSE0tSs1NTC1KLYLJMHJxSDYxp0YdEX18wFTts6+kn2bf70/20zx/9/3zRWXfh1r2m xDaJCUHzbzKwiLoeUPp/YW8+l9jj+SLCay1Wfly5tn1WC9PSjJTTvz9FdVV3T/3amjvt8UxF kwdZ8/d8PvxTLeXUWulsNbFPVZefPr2/9Ol2ft321T8V2p7KLS+fJ79IdEVg5u6UplYxJZbi jERDLeai4kQAovOjkysCAAA= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1536 Lines: 38 Luns in mass storage function are identified using their id. While creating lun's directory user cannot choose any arbitrary name other than arabic numeral from 1 to FSG_MAX_LUNS. Signed-off-by: Krzysztof Opasiak --- .../ABI/testing/configfs-usb-gadget-mass-storage | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Documentation/ABI/testing/configfs-usb-gadget-mass-storage b/Documentation/ABI/testing/configfs-usb-gadget-mass-storage index 9931fb0..0b54280 100644 --- a/Documentation/ABI/testing/configfs-usb-gadget-mass-storage +++ b/Documentation/ABI/testing/configfs-usb-gadget-mass-storage @@ -11,10 +11,15 @@ Description: are 2..4. Available only if CONFIG_USB_GADGET_DEBUG_FILES is set. -What: /config/usb-gadget/gadget/functions/mass_storage.name/lun.name +What: /config/usb-gadget/gadget/functions/mass_storage.name/lun.id Date: Oct 2013 KernelVersion: 3.13 Description: + id - arabic numeral from 1 to FSG_MAX_LUNS + (which is 8 by default) - 1. LUNs should be numbered contiguously. + lun.0 is reserved for default lun which appears while creating + mass_storage.name directory and cannot be removed by the user. + The attributes: file - The path to the backing file for the LUN. -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/