Skip to content

Commit

Permalink
Input: xpad - note that usb/devices is now at /sys/kernel/debug/
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
  • Loading branch information
mchehab authored and dtor committed Apr 18, 2017
1 parent ad64938 commit f56408c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/input/devices/xpad.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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]_.



Expand Down Expand Up @@ -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):
::
Expand All @@ -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):
::
Expand Down

0 comments on commit f56408c

Please sign in to comment.