From owner-cvs-all@FreeBSD.ORG Mon Dec 5 13:47:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1E7D16A422; Mon, 5 Dec 2005 13:47:12 +0000 (GMT) (envelope-from anders@FreeBSD.org) Received: from totem.fix.no (totem.fix.no [80.91.36.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id C737643D62; Mon, 5 Dec 2005 13:47:11 +0000 (GMT) (envelope-from anders@FreeBSD.org) Received: by totem.fix.no (Postfix, from userid 1000) id A21298DB10F; Mon, 5 Dec 2005 14:47:09 +0100 (CET) Date: Mon, 5 Dec 2005 14:47:09 +0100 From: Anders Nordby To: Florent Thoumie , ssouhlal@FreeBSD.org, iedowse@FreeBSD.org Message-ID: <20051205134709.GA29209@totem.fix.no> References: <200512050151.jB51pTni082652@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200512050151.jB51pTni082652@repoman.freebsd.org> X-PGP-Key: http://anders.fix.no/pgp/ X-PGP-Key-FingerPrint: 1E0F C53C D8DF 6A8F EAAD 19C5 D12A BC9F 0083 5956 User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb usb_quirks.c usb_quirks.h usb_subr.c usbdevs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Dec 2005 13:47:13 -0000 Hi, I think that there are more devices than the iPod's that have problems with the "clear any stall" part of usb_subr.c. Right, Ian? You said that this part should be disabled for all devices, and enabled for those that need it? Or should this be an iPod only fix? Please see PR usb/81774. On Mon, Dec 05, 2005 at 01:51:29AM +0000, Florent Thoumie wrote: > flz 2005-12-05 01:51:29 UTC > > FreeBSD src repository (ports committer) > > Modified files: > sys/dev/usb usb_quirks.c usb_quirks.h usb_subr.c > usbdevs > Log: > - Add Product IDs for iPod 3G and iPod Video. > - Add an USB quirk for iPods, da(4) devices are now successfully created. > > Approved by: ssouhlal > MFC after: 1 week > > Revision Changes Path > 1.42 +2 -0 src/sys/dev/usb/usb_quirks.c > 1.18 +1 -0 src/sys/dev/usb/usb_quirks.h > 1.77 +16 -12 src/sys/dev/usb/usb_subr.c > 1.236 +2 -0 src/sys/dev/usb/usbdevs > _______________________________________________ > cvs-src@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-src > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" -- Anders.