# HG changeset patch # User Oleksandr Gavenko # Date 1285016047 -10800 # Node ID 4d3d23d79b56eea78281a9cca6b21105228db08d # Parent 914e27e39af96bda33db671455e3d3a610f694f5 About lpt and usb. diff -r 914e27e39af9 -r 4d3d23d79b56 lpt.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lpt.rst Mon Sep 20 23:54:07 2010 +0300 @@ -0,0 +1,29 @@ +-*- mode: outline -*- + +* USB to LPT chip. + +** PL-2305. + +The PL-2305 USB-to-IEEE-1284 Bridge Controller is a low-cost high-performance single chip solution +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 + + + http://www.prolific.com.tw/eng/products.asp?id=6 + +* USB to LPT driver. + +** Linux. + +See 'linux-src/drivers/usb/class/usblp.c'. +