From owner-cvs-src@FreeBSD.ORG Tue Oct 23 04:20:13 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6BF516A41A; Tue, 23 Oct 2007 04:20:13 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 4134113C49D; Tue, 23 Oct 2007 04:20:13 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.14.1) with ESMTP id l9N4FOYm088290; Mon, 22 Oct 2007 22:15:24 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 22 Oct 2007 22:17:49 -0600 (MDT) Message-Id: <20071022.221749.-1844002269.imp@bsdimp.com> To: bms@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <471D576C.30601@FreeBSD.org> References: <200710050726.l957QeMI059383@repoman.freebsd.org> <471D576C.30601@FreeBSD.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, luigi@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb usbdevs uscanner.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2007 04:20:13 -0000 In message: <471D576C.30601@FreeBSD.org> "Bruce M. Simpson" writes: : Luigi Rizzo wrote: : > Log: : > Add entries for Epson multifunction scanner/printer/card readers, : > with all functions supported. : : Thanks for doing this. Any plans to MFC? : : I will try to test this change on 6.2 with my Epson CX-3650. Currently I : have to unload uscanner and/or ulpt, and physically replug the usb cable : into a different port, to switch between ulpt and uscanner functions on : the device. I've been debating a doing a mass MFC. I've been using FreeBSD current's usb stack, with a couple of hacks, in -stable for a few weeks now. Warner