Some rewording a tweaks.
This commit is contained in:
parent
0ee0c3fc8e
commit
391b9471d9
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.89 2010/12/20 11:39:48 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.90 2010/12/20 14:43:42 ajacoutot Exp $
|
||||
|
||||
COMMENT= Common Unix Printing System
|
||||
|
||||
@ -6,7 +6,7 @@ VERSION= 1.4.5
|
||||
DISTNAME= cups-${VERSION}-source
|
||||
PKGNAME= cups-${VERSION}
|
||||
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
|
||||
# Allow both ulpt(4) and libusb based backends to work together.
|
||||
# See http://www.cups.org/str.php?L3357
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: README,v 1.1 2010/12/20 11:39:48 ajacoutot Exp $
|
||||
$OpenBSD: README,v 1.2 2010/12/20 14:43:42 ajacoutot Exp $
|
||||
|
||||
Using CUPS under OpenBSD
|
||||
========================
|
||||
@ -14,7 +14,9 @@ package like (non-exhaustive list): hplip, gutenprint, foo2zjs, splix...
|
||||
This package supports both ulpt(4) and libusb for printing to USB
|
||||
devices. ulpt(4) should work out of the box, however:
|
||||
* it needs to claim the entire USB port, so it will not be possible to
|
||||
access the scanner part of multi-function devices
|
||||
access the scanner part of a multi-function device
|
||||
* ulpt(4) does not support select() which is used by CUPS to know when
|
||||
the device can accept more data (http://www.cups.org/str.php?L3028)
|
||||
* it won't be able to automatically detect the corresponding driver/PPD
|
||||
* it is deprecated upstream in favor of libusb
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user