From owner-freebsd-usb@FreeBSD.ORG Fri Jan 11 00:53:20 2008 Return-Path: Delivered-To: usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAE8516A41A; Fri, 11 Jan 2008 00:53:20 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe04.swip.net [212.247.154.97]) by mx1.freebsd.org (Postfix) with ESMTP id 69A1413C461; Fri, 11 Jan 2008 00:53:19 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [85.19.218.45] (account mc467741@c2i.net [85.19.218.45] verified) by mailfe04.swip.net (CommuniGate Pro SMTP 5.1.13) with ESMTPA id 762287402; Fri, 11 Jan 2008 01:53:18 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org, Duane.Hesser@gmail.com Date: Fri, 11 Jan 2008 01:54:03 +0100 User-Agent: KMail/1.9.7 References: <200801090114.56195@aldan> <200801091015.17730@aldan> <200801102203.m0AM33dF091080@chevy.androcles.org> In-Reply-To: <200801102203.m0AM33dF091080@chevy.androcles.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801110154.05324.hselasky@c2i.net> Cc: usb@freebsd.org, Mikhail Teterin Subject: Re: BlackBerry (Re: using libusb) X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2008 00:53:21 -0000 On Thursday 10 January 2008, Duane H Hesser wrote: > On Wed, 9 Jan 2008 10:15:16 -0500 > > Does anyonw (Hans?) know whether the ugen driver can be altered to > attach to a single interface, just like any other driver, leaving > other interface setups alone? "ugen" takes the whole device ... It will change eventually. > > A similar problem occurs to many of us who have HP printers which > hook up (quite properly, it seems to me) on ulpt0. Mine also > hooks up on umass0 (to service the flash memory card slots), > and would hook up on uscanner0, too, if uscanner.c were modified > to recognize it. If we want to use HP's software (HPLIP) > to drive the printer we must arrange arrange for it to be ugen. > --HPS