aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-04-17 23:08:44 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2017-04-17 23:19:35 -0400
commit699896278e2d8e911406ba92c1207dbfe7d6055f (patch)
tree82552611ea045b9c24791adb8928363f51bf2c7b
parentf56408c96077ff21a88deff8e173583becb7b375 (diff)
Input: xpad - don't use literal blocks inside footnotes
Unfortunately, Sphinx (or LaTeX) can't handle literal blocks inside footnotes. So, just use normal text for the two literal code-blocks that documents the output of /sys/kernel/debug/usb/devices for xpad devices. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
-rw-r--r--Documentation/input/devices/xpad.rst51
1 files changed, 25 insertions, 26 deletions
diff --git a/Documentation/input/devices/xpad.rst b/Documentation/input/devices/xpad.rst
index e19669fe5a80..c7c4e154bd34 100644
--- a/Documentation/input/devices/xpad.rst
+++ b/Documentation/input/devices/xpad.rst
@@ -138,15 +138,37 @@ Driver Installation
138 138
139Once you have the adapter cable, if needed, and the controller connected 139Once you have the adapter cable, if needed, and the controller connected
140the xpad module should be auto loaded. To confirm you can cat 140the xpad module should be auto loaded. To confirm you can cat
141/sys/kernel/debug/usb/devices. There should be an entry like the one at the end [4]_. 141/sys/kernel/debug/usb/devices. There should be an entry like those:
142 142
143.. code-block:: none
144 :caption: dump from InterAct PowerPad Pro (Germany)
145
146 T: Bus=01 Lev=03 Prnt=04 Port=00 Cnt=01 Dev#= 5 Spd=12 MxCh= 0
147 D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=32 #Cfgs= 1
148 P: Vendor=05fd ProdID=107a Rev= 1.00
149 C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA
150 I: If#= 0 Alt= 0 #EPs= 2 Cls=58(unk. ) Sub=42 Prot=00 Driver=(none)
151 E: Ad=81(I) Atr=03(Int.) MxPS= 32 Ivl= 10ms
152 E: Ad=02(O) Atr=03(Int.) MxPS= 32 Ivl= 10ms
153
154.. code-block:: none
155 :caption: dump from Redoctane Xbox Dance Pad (US)
156
157 T: Bus=01 Lev=02 Prnt=09 Port=00 Cnt=01 Dev#= 10 Spd=12 MxCh= 0
158 D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
159 P: Vendor=0c12 ProdID=8809 Rev= 0.01
160 S: Product=XBOX DDR
161 C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA
162 I: If#= 0 Alt= 0 #EPs= 2 Cls=58(unk. ) Sub=42 Prot=00 Driver=xpad
163 E: Ad=82(I) Atr=03(Int.) MxPS= 32 Ivl=4ms
164 E: Ad=02(O) Atr=03(Int.) MxPS= 32 Ivl=4ms
143 165
144 166
145Supported Controllers 167Supported Controllers
146===================== 168=====================
147 169
148For a full list of supported controllers and associated vendor and product 170For a full list of supported controllers and associated vendor and product
149IDs see the xpad_device[] array[6]. 171IDs see the xpad_device[] array\ [4]_.
150 172
151As of the historic version 0.0.6 (2006-10-10) the following devices 173As of the historic version 0.0.6 (2006-10-10) the following devices
152were supported:: 174were supported::
@@ -202,30 +224,7 @@ References
202.. [1] http://euc.jp/periphs/xbox-controller.ja.html (ITO Takayuki) 224.. [1] http://euc.jp/periphs/xbox-controller.ja.html (ITO Takayuki)
203.. [2] http://xpad.xbox-scene.com/ 225.. [2] http://xpad.xbox-scene.com/
204.. [3] http://www.markosweb.com/www/xboxhackz.com/ 226.. [3] http://www.markosweb.com/www/xboxhackz.com/
205.. [4] /sys/kernel/debug/usb/devices - dump from InterAct PowerPad Pro (Germany): 227.. [4] http://lxr.free-electrons.com/ident?i=xpad_device
206
207 ::
208
209 T: Bus=01 Lev=03 Prnt=04 Port=00 Cnt=01 Dev#= 5 Spd=12 MxCh= 0
210 D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=32 #Cfgs= 1
211 P: Vendor=05fd ProdID=107a Rev= 1.00
212 C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA
213 I: If#= 0 Alt= 0 #EPs= 2 Cls=58(unk. ) Sub=42 Prot=00 Driver=(none)
214 E: Ad=81(I) Atr=03(Int.) MxPS= 32 Ivl= 10ms
215 E: Ad=02(O) Atr=03(Int.) MxPS= 32 Ivl= 10ms
216.. [5] /sys/kernel/debug/usb/devices - dump from Redoctane Xbox Dance Pad (US):
217
218 ::
219
220 T: Bus=01 Lev=02 Prnt=09 Port=00 Cnt=01 Dev#= 10 Spd=12 MxCh= 0
221 D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
222 P: Vendor=0c12 ProdID=8809 Rev= 0.01
223 S: Product=XBOX DDR
224 C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA
225 I: If#= 0 Alt= 0 #EPs= 2 Cls=58(unk. ) Sub=42 Prot=00 Driver=xpad
226 E: Ad=82(I) Atr=03(Int.) MxPS= 32 Ivl=4ms
227 E: Ad=02(O) Atr=03(Int.) MxPS= 32 Ivl=4ms
228.. [6] http://lxr.free-electrons.com/ident?i=xpad_device
229 228
230 229
231Historic Edits 230Historic Edits