Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1624659 > unrolled thread
| Started by | Mauro Carvalho Chehab <mchehab@s-opensource.com> |
|---|---|
| First post | 2017-04-17 14:50 +0200 |
| Last post | 2017-04-18 05:20 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 1/4] input: xpad.rst: usb/devices is now at /sys/kernel/debug/ Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2017-04-17 14:50 +0200
Re: [PATCH 1/4] input: xpad.rst: usb/devices is now at /sys/kernel/debug/ Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2017-04-18 05:20 +0200
| From | Mauro Carvalho Chehab <mchehab@s-opensource.com> |
|---|---|
| Date | 2017-04-17 14:50 +0200 |
| Subject | [PATCH 1/4] input: xpad.rst: usb/devices is now at /sys/kernel/debug/ |
| Message-ID | <txegq-Gs-15@gated-at.bofh.it> |
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 <mchehab@s-opensource.com>
---
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
[toc] | [next] | [standalone]
| From | Dmitry Torokhov <dmitry.torokhov@gmail.com> |
|---|---|
| Date | 2017-04-18 05:20 +0200 |
| Subject | Re: [PATCH 1/4] input: xpad.rst: usb/devices is now at /sys/kernel/debug/ |
| Message-ID | <txrQl-Wj-9@gated-at.bofh.it> |
| In reply to | #1624659 |
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 <mchehab@s-opensource.com> 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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web