Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Lennart Augustsson <augustss@netbsd.org>
List: source-changes
Date: 10/04/2003 21:19:50
Module Name: src
Committed By: augustss
Date: Sat Oct 4 21:19:50 UTC 2003
Modified Files:
src/sys/dev/usb: ulpt.c
Log Message:
Several changes:
* Implement read for ulpt.
* If the device is not opened for reading, occasionally drain any
data the printer might have (but don't hammer the printer with reads).
* Lower the buffer size to one page.
The driver seems to work with more printers now.
To generate a diff of this commit:
cvs rdiff -r1.59 -r1.60 src/sys/dev/usb/ulpt.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.