From cfddda913e038af98a1295d2a7380cd21135b32a Mon Sep 17 00:00:00 2001 From: Antoine Jacoutot Date: Tue, 6 Nov 2007 17:25:16 +0000 Subject: - from FreeBSD: add support for Epson multifunction USB devices (i.e. scanner/printer/card readers) by adding their IDs to the table of recognised devices (because we don't have a "scanner" class) and preventing uscanner attach routine to reconfigure the whole USB device while we are dealing only with one of its interfaces. - add the Epson Stylus 3850/4050 ID in the process feedback from mbalmer@ and jmc@ ok jsg@ --- share/man/man4/uscanner.4 | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'share') diff --git a/share/man/man4/uscanner.4 b/share/man/man4/uscanner.4 index 04a07cbdf48..9e3156b6c08 100644 --- a/share/man/man4/uscanner.4 +++ b/share/man/man4/uscanner.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uscanner.4,v 1.7 2007/05/31 19:19:53 jmc Exp $ +.\" $OpenBSD: uscanner.4,v 1.8 2007/11/06 17:25:15 ajacoutot Exp $ .\" $NetBSD: uscanner.4,v 1.4 2000/10/13 21:05:18 augustss Exp $ .\" .\" Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -35,7 +35,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: November 6 2007 $ .Dt USCANNER 4 .Os .Sh NAME @@ -51,6 +51,13 @@ The driver recognizes a number of USB scanners, but to actually scan anything there needs to be software that knows about the particular scanner. The SANE package provides support for some scanners. +.Pp +For multifunction USB devices (e.g. scanner/printer/card reader), this +driver only attaches to the USB interface that controls the scanner; for +the other USB interface separate drivers are needed, for example +.Xr ulpt 4 , +.Xr umass 4 , +and so on. .Sh HARDWARE The .Nm -- cgit v1.2.3