From owner-freebsd-current@FreeBSD.ORG Thu Aug 5 01:27:34 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE9FB16A4CE for ; Thu, 5 Aug 2004 01:27:34 +0000 (GMT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D77F43D5F for ; Thu, 5 Aug 2004 01:27:34 +0000 (GMT) (envelope-from ticso@cicely12.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) (authenticated bits=0) i751RUaI081290 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Thu, 5 Aug 2004 03:27:32 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (cicely12.cicely.de [IPv6:3ffe:400:8d0:301::12]) by cicely5.cicely.de (8.12.10/8.12.10) with ESMTP id i751RFsu003476 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 5 Aug 2004 03:27:15 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (localhost [127.0.0.1]) by cicely12.cicely.de (8.12.11/8.12.11) with ESMTP id i751RETk052119; Thu, 5 Aug 2004 03:27:14 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: (from ticso@localhost) by cicely12.cicely.de (8.12.11/8.12.11/Submit) id i751RE7b052118; Thu, 5 Aug 2004 03:27:14 +0200 (CEST) (envelope-from ticso) Date: Thu, 5 Aug 2004 03:27:14 +0200 From: Bernd Walter To: Chris Message-ID: <20040805012713.GP20488@cicely12.cicely.de> References: <4110F5AE.6030403@tellme3times.com> <20040804150738.GE20488@cicely12.cicely.de> <41118A9F.8030302@tellme3times.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41118A9F.8030302@tellme3times.com> X-Operating-System: FreeBSD cicely12.cicely.de 5.2-CURRENT alpha User-Agent: Mutt/1.5.6i X-Spam-Status: No, hits=-4.9 required=3.0 tests=BAYES_00 autolearn=ham version=2.61 X-Spam-Report: * -4.9 BAYES_00 BODY: Bayesian spam probability is 0 to 1% * [score: 0.0000] X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on cicely5.cicely.de cc: freebsd-current@freebsd.org cc: ticso@cicely.de Subject: Re: USB drivers X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ticso@cicely.de List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Aug 2004 01:27:35 -0000 On Wed, Aug 04, 2004 at 09:17:19PM -0400, Chris wrote: > What I am looking to accomplish is to attach uscanner and ulpt to an > EPSON CX5400. While each driver works great by itself I am unable to > attach both at the same time. I was told on this list that we may not > attach two drivers to the same device. If this is not correct then I > would appreciate a little help in attaching existing drivers or writing > a new one. uscanner unfortunately is designed as a device level driver, which is correct for some scanners, but not for modern combo devices as yours. ulpt does the right thing. -- B.Walter BWCT http://www.bwct.de bernd@bwct.de info@bwct.de