From owner-cvs-src-old@FreeBSD.ORG Wed Apr 22 17:08:10 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C56851065819 for ; Wed, 22 Apr 2009 17:08:08 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 916D08FC22 for ; Wed, 22 Apr 2009 17:08:08 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n3MH88MI072850 for ; Wed, 22 Apr 2009 17:08:08 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n3MH88Im072849 for cvs-src-old@freebsd.org; Wed, 22 Apr 2009 17:08:08 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <200904221708.n3MH88Im072849@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Wed, 22 Apr 2009 17:07:56 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usb_hub.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Apr 2009 17:08:12 -0000 thompsa 2009-04-22 17:07:56 UTC FreeBSD src repository Modified files: sys/dev/usb usb_hub.c Log: SVN rev 191396 on 2009-04-22 17:07:56Z by thompsa MFp4 //depot/projects/usb@160485 Fix a bug in the USB power daemon code where connection of multiple HUBs in series would result in incorrect device suspend. Reported by: Nicolas xxx@wanadoo.fr Submitted by: Hans Petter Selasky Revision Changes Path 1.13 +11 -23 src/sys/dev/usb/usb_hub.c