From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-19.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D55E4C4167D for ; Tue, 14 Sep 2021 14:55:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B9A53610E6 for ; Tue, 14 Sep 2021 14:55:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234697AbhINO4t (ORCPT ); Tue, 14 Sep 2021 10:56:49 -0400 Received: from mail.kernel.org ([198.145.29.99]:45182 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234454AbhINO4q (ORCPT ); Tue, 14 Sep 2021 10:56:46 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 970A661164; Tue, 14 Sep 2021 14:55:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1631631328; bh=laUcrWNgh4sG9e8n2SaYowFQBM6aMmNMsCLr0FPYj3c=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=KEBKJieVDosQ9sJ4TKYF8/YwlKu8dW7KOEwnlp2uneZbregU8bpAc47xMlFd890se 4XV0rJvjsqbSF+Be0p7kb+5dFKpTK1b7ZXyxO3E3Uyw8l9FoTP1fj7YInt8jGV4wN5 6JZSswTFxFrpGCT1zGZ9BHnYjhO083/+wBtB9NBtzTmKFQe+hjq3A5TyV+5TxKF3oH bmnSvYUcCFyYQhWIdgKLKrC8TIsa9NjiUfzSJyTpUBXIHVp/6TDSgWq3zWatsus4jY Cjb49aLIS0+3qdfHVFPLoJ3F9t6VMRWWvlVjMnqoUssc03butRGBP1QX5sfokVBRoE xjphNK1zY7zKQ== Received: by mail.kernel.org with local (Exim 4.94.2) (envelope-from ) id 1mQ9qI-000L7D-U6; Tue, 14 Sep 2021 16:55:26 +0200 From: Mauro Carvalho Chehab To: Greg Kroah-Hartman , Linux Doc Mailing List Cc: Mauro Carvalho Chehab , "Jonathan Corbet" , Heikki Krogerus , Jonathan Cameron , Oded Gabbay , Rajat Jain , linux-kernel@vger.kernel.org Subject: [PATCH v2 8/8] ABI: sysfs-bus-usb: add some missing definitions Date: Tue, 14 Sep 2021 16:55:21 +0200 Message-Id: X-Mailer: git-send-email 2.31.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: Mauro Carvalho Chehab Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org There are lots of interface and endpoint properties that are currently missing any documentation. Add a basic one for them. Signed-off-by: Mauro Carvalho Chehab --- Documentation/ABI/testing/sysfs-bus-usb | 43 +++++++++++++++++++++++-- 1 file changed, 41 insertions(+), 2 deletions(-) diff --git a/Documentation/ABI/testing/sysfs-bus-usb b/Documentation/ABI/testing/sysfs-bus-usb index 42103f0f54d6..197698ad22af 100644 --- a/Documentation/ABI/testing/sysfs-bus-usb +++ b/Documentation/ABI/testing/sysfs-bus-usb @@ -1,4 +1,4 @@ -What: /sys/bus/usb/devices/INTERFACE/authorized +What: /sys/bus/usb/devices//authorized Date: August 2015 Description: This allows to authorize (1) or deauthorize (0) @@ -12,7 +12,46 @@ Description: A deauthorized interface cannot be probed or claimed. -What: /sys/bus/usb/devices/usbX/interface_authorized_default +What: /sys/bus/usb/devices//bAlternateSetting +What: /sys/bus/usb/devices//bcdDevice +What: /sys/bus/usb/devices//bConfigurationValue +What: /sys/bus/usb/devices//bDeviceClass +What: /sys/bus/usb/devices//bDeviceProtocol +What: /sys/bus/usb/devices//bDeviceSubClass +What: /sys/bus/usb/devices//bAlternateSetting +What: /sys/bus/usb/devices//bInterfaceClass +What: /sys/bus/usb/devices//bInterfaceNumber +What: /sys/bus/usb/devices//bInterfaceProtocol +What: /sys/bus/usb/devices//bInterfaceSubClass +What: /sys/bus/usb/devices//bmAttributes +What: /sys/bus/usb/devices//bMaxPacketSize0 +What: /sys/bus/usb/devices//bMaxPower +What: /sys/bus/usb/devices//bNumConfigurations +What: /sys/bus/usb/devices//bNumEndpoints +What: /sys/bus/usb/devices//bNumInterfaces +What: /sys/bus/usb/devices//busnum +What: /sys/bus/usb/devices//configuration +What: /sys/bus/usb/devices//descriptors +What: /sys/bus/usb/devices//bNumEndpoints +What: /sys/bus/usb/devices//idProduct +What: /sys/bus/usb/devices//idVendor + +Description: + Contain the corresponding USB descriptors for . + +What: /sys/bus/usb/devices//ep_/bEndpointAddress +What: /sys/bus/usb/devices//ep_/bInterval +What: /sys/bus/usb/devices//ep_/bLength +What: /sys/bus/usb/devices//ep_/bmAttributes +What: /sys/bus/usb/devices//ep_/direction +What: /sys/bus/usb/devices//ep_/interval +What: /sys/bus/usb/devices//ep_/type +What: /sys/bus/usb/devices//ep_/wMaxPacketSize +Description: + Contain the corresponding USB descriptors for the USB + endpoint ep_. + +What: /sys/bus/usb/devices/usb/interface_authorized_default Date: August 2015 Description: This is used as value that determines if interfaces -- 2.31.1