Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

+22 -11
+22 -11
Documentation/parport.txt
··· 132 132 |-- modes 133 133 `-- spintime 134 134 135 + .. tabularcolumns:: |p{4.0cm}|p{13.5cm}| 136 + 135 137 ======================= ======================================================= 136 138 File Contents 137 139 ======================= ======================================================= ··· 156 154 ``modes`` Parallel port's hardware modes, comma-separated, 157 155 meaning: 158 156 159 - =============== ======================================= 160 - PCSPP PC-style SPP registers are available. 161 - TRISTATE Port is bidirectional. 162 - COMPAT Hardware acceleration for printers is 163 - available and will be used. 164 - EPP Hardware acceleration for EPP protocol 165 - is available and will be used. 166 - ECP Hardware acceleration for ECP protocol 167 - is available and will be used. 168 - DMA DMA is available and will be used. 169 - =============== ======================================= 157 + - PCSPP 158 + PC-style SPP registers are available. 159 + 160 + - TRISTATE 161 + Port is bidirectional. 162 + 163 + - COMPAT 164 + Hardware acceleration for printers is 165 + available and will be used. 166 + 167 + - EPP 168 + Hardware acceleration for EPP protocol 169 + is available and will be used. 170 + 171 + - ECP 172 + Hardware acceleration for ECP protocol 173 + is available and will be used. 174 + 175 + - DMA 176 + DMA is available and will be used. 170 177 171 178 Note that the current implementation will only take 172 179 advantage of COMPAT and ECP modes if it has an IRQ