From owner-freebsd-current@FreeBSD.ORG Fri Mar 20 13:47:54 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D75AA106567A for ; Fri, 20 Mar 2009 13:47:54 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id 90A478FC1A for ; Fri, 20 Mar 2009 13:47:54 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id DC1E1FF3A; Sat, 21 Mar 2009 02:47:53 +1300 (NZDT) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qWtfFlMqrf4h; Sat, 21 Mar 2009 02:47:50 +1300 (NZDT) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Sat, 21 Mar 2009 02:47:50 +1300 (NZDT) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id 6C7D31142F; Sat, 21 Mar 2009 02:47:50 +1300 (NZDT) Date: Fri, 20 Mar 2009 06:47:50 -0700 From: Andrew Thompson To: "Bruce M. Simpson" Message-ID: <20090320134750.GC5298@citylink.fud.org.nz> References: <200903192033.n2JKXQeF074801@svn.freebsd.org> <20090319204036.GC2118@citylink.fud.org.nz> <49C389A2.901@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49C389A2.901@FreeBSD.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: current@freebsd.org Subject: Re: FYI, uscanner removed. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Mar 2009 13:47:56 -0000 On Fri, Mar 20, 2009 at 12:18:42PM +0000, Bruce M. Simpson wrote: > Andrew Thompson wrote: >> Please note and update kernel confs as needed. >> > > Silly question, but: > Does the libusb backend support multi-function devices correctly (i.e. > combined scanner/printer) ? Yes, it will be fine. Also since libusb gives full access to the devices usb endpointds (instead of a data pipe with uscanner) you will find that the scan buttons should work too. Andrew