Skip to content

Commit

Permalink
Documentation/parport.txt: fix table to show on LaTeX
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mauro Carvalho Chehab committed Oct 24, 2016
1 parent 9c27d77 commit 35a1beb
Showing 1 changed file with 22 additions and 11 deletions.
33 changes: 22 additions & 11 deletions Documentation/parport.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ The ``/proc/sys/dev/parport`` directory tree looks like::
|-- modes
`-- spintime

.. tabularcolumns:: |p{4.0cm}|p{13.5cm}|

======================= =======================================================
File Contents
======================= =======================================================
Expand All @@ -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
Expand Down

0 comments on commit 35a1beb

Please sign in to comment.