From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39071) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLadu-0006zq-II for qemu-devel@nongnu.org; Mon, 16 Sep 2013 11:23:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VLado-0000eU-II for qemu-devel@nongnu.org; Mon, 16 Sep 2013 11:23:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35417) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLado-0000eB-Av for qemu-devel@nongnu.org; Mon, 16 Sep 2013 11:23:08 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r8GFN6C2026368 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 16 Sep 2013 11:23:06 -0400 Message-ID: <1379344983.28744.37.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Mon, 16 Sep 2013 17:23:03 +0200 In-Reply-To: <1379343867-4285-1-git-send-email-hdegoede@redhat.com> References: <1379343867-4285-1-git-send-email-hdegoede@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] xhci: Fix number of streams allocated when using streams List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hans de Goede Cc: qemu-devel@nongnu.org On Mo, 2013-09-16 at 17:04 +0200, Hans de Goede wrote: > According to the xhci spec the total number of streams is > 2 ^ (MaxPStreams + 1), and this is also how the Linux xhci driver > uses this field. Added to usb patch queue. thanks, Gerd