From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58326) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bonp5-0007Z1-IE for qemu-devel@nongnu.org; Tue, 27 Sep 2016 04:33:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bonoz-0007zD-I8 for qemu-devel@nongnu.org; Tue, 27 Sep 2016 04:33:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58520) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bonoz-0007yX-CO for qemu-devel@nongnu.org; Tue, 27 Sep 2016 04:33:01 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 30CA66363A for ; Tue, 27 Sep 2016 08:33:00 +0000 (UTC) From: Gerd Hoffmann Date: Tue, 27 Sep 2016 10:32:45 +0200 Message-Id: <1474965172-30321-2-git-send-email-kraxel@redhat.com> In-Reply-To: <1474965172-30321-1-git-send-email-kraxel@redhat.com> References: <1474965172-30321-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 1/8] [debug] uas: use 32 streams List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Signed-off-by: Gerd Hoffmann --- hw/usb/dev-uas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/usb/dev-uas.c b/hw/usb/dev-uas.c index 3a8ff18..2a5fcbc 100644 --- a/hw/usb/dev-uas.c +++ b/hw/usb/dev-uas.c @@ -101,7 +101,7 @@ typedef struct { /* --------------------------------------------------------------------- */ -#define UAS_STREAM_BM_ATTR 4 +#define UAS_STREAM_BM_ATTR 5 #define UAS_MAX_STREAMS (1 << UAS_STREAM_BM_ATTR) typedef struct UASDevice UASDevice; -- 1.8.3.1