summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-09-23 17:22:55 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-10-24 08:12:35 -0200
commit35a1beb9c45d62d1e22e5d4274a220dfa6246cce (patch)
treec0dff0c3cfe9028952581261b02a3416995fe767 /Documentation
parent9c27d77d999491d6c80c570887dc95d32908cae5 (diff)
downloadop-kernel-dev-35a1beb9c45d62d1e22e5d4274a220dfa6246cce.zip
op-kernel-dev-35a1beb9c45d62d1e22e5d4274a220dfa6246cce.tar.gz
Documentation/parport.txt: fix table to show on LaTeX
Sphinx doesn't like nested tables on the LaTex output. So, change the table there to be displayed properly at the PDF output. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/parport.txt33
1 files changed, 22 insertions, 11 deletions
diff --git a/Documentation/parport.txt b/Documentation/parport.txt
index 3273ce7..ad3f9b8 100644
--- a/Documentation/parport.txt
+++ b/Documentation/parport.txt
@@ -132,6 +132,8 @@ The ``/proc/sys/dev/parport`` directory tree looks like::
|-- modes
`-- spintime
+.. tabularcolumns:: |p{4.0cm}|p{13.5cm}|
+
======================= =======================================================
File Contents
======================= =======================================================
@@ -154,17 +156,26 @@ File Contents
``modes`` Parallel port's hardware modes, comma-separated,
meaning:
- =============== =======================================
- PCSPP PC-style SPP registers are available.
- TRISTATE Port is bidirectional.
- COMPAT Hardware acceleration for printers is
- available and will be used.
- EPP Hardware acceleration for EPP protocol
- is available and will be used.
- ECP Hardware acceleration for ECP protocol
- is available and will be used.
- DMA DMA is available and will be used.
- =============== =======================================
+ - PCSPP
+ PC-style SPP registers are available.
+
+ - TRISTATE
+ Port is bidirectional.
+
+ - COMPAT
+ Hardware acceleration for printers is
+ available and will be used.
+
+ - EPP
+ Hardware acceleration for EPP protocol
+ is available and will be used.
+
+ - ECP
+ Hardware acceleration for ECP protocol
+ is available and will be used.
+
+ - DMA
+ DMA is available and will be used.
Note that the current implementation will only take
advantage of COMPAT and ECP modes if it has an IRQ
OpenPOWER on IntegriCloud