diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2007-11-06 17:25:16 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2007-11-06 17:25:16 +0000 |
commit | cfddda913e038af98a1295d2a7380cd21135b32a (patch) | |
tree | a9c8a62871fb1a6b611770d68a4399bb4bc11844 /share | |
parent | 02d94f19405e7d91ea2347c4d18a77341f08f185 (diff) |
- 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@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/uscanner.4 | 11 |
1 files changed, 9 insertions, 2 deletions
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 |