From patchwork Sun Apr 3 05:33:18 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brad Hards X-Patchwork-Id: 89466 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 8E617B6FA1 for ; Sun, 3 Apr 2011 15:36:22 +1000 (EST) Received: from localhost ([127.0.0.1]:39543 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6Fz1-0006cd-Ee for incoming@patchwork.ozlabs.org; Sun, 03 Apr 2011 01:36:19 -0400 Received: from [140.186.70.92] (port=38987 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6Fwd-0006Uh-9e for qemu-devel@nongnu.org; Sun, 03 Apr 2011 01:33:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q6FwV-0005KI-Gi for qemu-devel@nongnu.org; Sun, 03 Apr 2011 01:33:51 -0400 Received: from ipmail05.adl6.internode.on.net ([150.101.137.143]:49109) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q6FwU-0005IH-U8 for qemu-devel@nongnu.org; Sun, 03 Apr 2011 01:33:43 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AiMHALMFmE2WZXPN/2dsb2JhbACYZI11wXYNhV4E Received: from ppp115-205.static.internode.on.net (HELO incana) ([150.101.115.205]) by ipmail05.adl6.internode.on.net with ESMTP; 03 Apr 2011 15:03:29 +0930 From: Brad Hards To: qemu-devel@nongnu.org Date: Sun, 3 Apr 2011 15:33:18 +1000 Message-Id: <1301808801-7850-2-git-send-email-bradh@frogmouth.net> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1301808801-7850-1-git-send-email-bradh@frogmouth.net> References: <1301808801-7850-1-git-send-email-bradh@frogmouth.net> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 150.101.137.143 Cc: kraxel@redhat.com, Brad Hards Subject: [Qemu-devel] [PATCH 1/4] usb: Add Interface Association Descriptor descriptor type X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Brad Hards --- hw/usb.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/hw/usb.h b/hw/usb.h index d3d755d..418853f 100644 --- a/hw/usb.h +++ b/hw/usb.h @@ -124,6 +124,7 @@ #define USB_DT_ENDPOINT 0x05 #define USB_DT_DEVICE_QUALIFIER 0x06 #define USB_DT_OTHER_SPEED_CONFIG 0x07 +#define USB_DT_INTERFACE_ASSOC 0x0B #define USB_ENDPOINT_XFER_CONTROL 0 #define USB_ENDPOINT_XFER_ISOC 1