From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55896) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRiTw-0003ca-TQ for qemu-devel@nongnu.org; Fri, 26 Oct 2012 07:53:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TRiTq-0000zp-0O for qemu-devel@nongnu.org; Fri, 26 Oct 2012 07:53:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35839) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRiTp-0000zh-OL for qemu-devel@nongnu.org; Fri, 26 Oct 2012 07:53:37 -0400 Message-ID: <508A79BF.2050402@redhat.com> Date: Fri, 26 Oct 2012 13:53:35 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1351240148-13723-1-git-send-email-mail@sebastianbauer.info> In-Reply-To: <1351240148-13723-1-git-send-email-mail@sebastianbauer.info> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] xhci: Better spec conforming behaviour List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sebastian Bauer Cc: qemu-devel@nongnu.org On 10/26/12 10:29, Sebastian Bauer wrote: > This tiny patch series fixes some things in the xhci hcd to behave more > spec compliant. > > The first patch ensures the correctness of the csc port status bit as > soon as the controller is switched to running mode. > > The second patch brings in the evaluation of the speed field in the > input slot context associated to a set address command. See 6.2.2.1 of > the xhci spec. Patch descriptions should go into the commit message so they show up in the changelog. cheers, Gerd