lpt.rst
changeset 2228 837f1337c59b
parent 1912 8b81a8f0f692
--- a/lpt.rst	Sat Feb 10 01:28:53 2018 +0200
+++ b/lpt.rst	Sat Feb 10 01:30:24 2018 +0200
@@ -15,15 +15,15 @@
 that provides bi-directional connectivity between any standard IEEE-1284 compliant parallel port
 devices and the Universal Serial Bus (USB) interface.
 
- * Universal Serial Bus Specification Rev. 1.1 compliant
- * USB full speed communication and bus powered
- * USB Printer Class Specification 1.0 compliant
- * IEEE-1284 1994 (bi-directional parallel interface) specification compliant
- * Optional external EEPROM for customized USB Vendor ID, Product ID, Device Release Number,
-   Manufacturer String Descriptor, Product String Descriptor, Serial Number String Descriptor, and
-   any other string descriptors up to 248 bytes in total size
- * Low-level printer class drivers provided for Windows 98, and Windows 2000
- * 48-Pin SSOP package
+* Universal Serial Bus Specification Rev. 1.1 compliant
+* USB full speed communication and bus powered
+* USB Printer Class Specification 1.0 compliant
+* IEEE-1284 1994 (bi-directional parallel interface) specification compliant
+* Optional external EEPROM for customized USB Vendor ID, Product ID, Device Release Number,
+  Manufacturer String Descriptor, Product String Descriptor, Serial Number String Descriptor, and
+  any other string descriptors up to 248 bytes in total size
+* Low-level printer class drivers provided for Windows 98, and Windows 2000
+* 48-Pin SSOP package
 
 ::
 
@@ -32,15 +32,13 @@
 
 See:
 
-  http://www.prolific.com.tw/eng/products.asp?id=6
-    About page.
-  http://www.prolific.com.tw/eng/downloads.asp?ID=36
-    Driver download page.
+http://www.prolific.com.tw/eng/products.asp?id=6
+  About page.
+http://www.prolific.com.tw/eng/downloads.asp?ID=36
+  Driver download page.
 
 USB to LPT driver
 =================
 
-** Linux.
-
 See 'linux-src/drivers/usb/class/usblp.c'.