Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756043AbdDRDLY (ORCPT ); Mon, 17 Apr 2017 23:11:24 -0400 Received: from mail-pf0-f193.google.com ([209.85.192.193]:33831 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756194AbdDRDLV (ORCPT ); Mon, 17 Apr 2017 23:11:21 -0400 Date: Mon, 17 Apr 2017 20:11:18 -0700 From: Dmitry Torokhov To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , Jonathan Corbet , linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/4] input: xpad.rst: usb/devices is now at /sys/kernel/debug/ Message-ID: <20170418031118.GB39414@dtor-ws> References: <20b6b71799aa90df4650d60f147f345374739031.1492432818.git.mchehab@s-opensource.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20b6b71799aa90df4650d60f147f345374739031.1492432818.git.mchehab@s-opensource.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1767 Lines: 50 On Mon, Apr 17, 2017 at 09:46:13AM -0300, Mauro Carvalho Chehab wrote: > The /proc/bus/usb/devices got moved to sysfs. It is now > sitting at: > /sys/kernel/debug/usb/devices > > Signed-off-by: Mauro Carvalho Chehab Applied, thank you. > --- > Documentation/input/devices/xpad.rst | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/Documentation/input/devices/xpad.rst b/Documentation/input/devices/xpad.rst > index 80028433b460..e19669fe5a80 100644 > --- a/Documentation/input/devices/xpad.rst > +++ b/Documentation/input/devices/xpad.rst > @@ -138,7 +138,7 @@ Driver Installation > > Once you have the adapter cable, if needed, and the controller connected > the xpad module should be auto loaded. To confirm you can cat > -/proc/bus/usb/devices. There should be an entry like the one at the end [4]_. > +/sys/kernel/debug/usb/devices. There should be an entry like the one at the end [4]_. > > > > @@ -202,7 +202,7 @@ References > .. [1] http://euc.jp/periphs/xbox-controller.ja.html (ITO Takayuki) > .. [2] http://xpad.xbox-scene.com/ > .. [3] http://www.markosweb.com/www/xboxhackz.com/ > -.. [4] /proc/bus/usb/devices - dump from InterAct PowerPad Pro (Germany): > +.. [4] /sys/kernel/debug/usb/devices - dump from InterAct PowerPad Pro (Germany): > > :: > > @@ -213,7 +213,7 @@ References > I: If#= 0 Alt= 0 #EPs= 2 Cls=58(unk. ) Sub=42 Prot=00 Driver=(none) > E: Ad=81(I) Atr=03(Int.) MxPS= 32 Ivl= 10ms > E: Ad=02(O) Atr=03(Int.) MxPS= 32 Ivl= 10ms > -.. [5] /proc/bus/usb/devices - dump from Redoctane Xbox Dance Pad (US): > +.. [5] /sys/kernel/debug/usb/devices - dump from Redoctane Xbox Dance Pad (US): > > :: > > -- > 2.9.3 > -- Dmitry