From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45139) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R49xL-0007KF-EI for qemu-devel@nongnu.org; Thu, 15 Sep 2011 07:18:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R49xK-0007Oz-A1 for qemu-devel@nongnu.org; Thu, 15 Sep 2011 07:18:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:9422) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R49xJ-0007Od-Sc for qemu-devel@nongnu.org; Thu, 15 Sep 2011 07:18:10 -0400 From: Gerd Hoffmann Date: Thu, 15 Sep 2011 13:18:02 +0200 Message-Id: <1316085482-27569-7-git-send-email-kraxel@redhat.com> In-Reply-To: <1316085482-27569-1-git-send-email-kraxel@redhat.com> References: <1316085482-27569-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 6/6] hw/usb-ohci: Fix OHCI_TD_T1 bit position definition List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Gerd Hoffmann From: Peter Maydell The OHCI Transfer Descriptor T (DataToggle) bits are 24 and 25; fix an error which accidentally overlaid them both on the same bit. Signed-off-by: Peter Maydell Signed-off-by: Gerd Hoffmann --- hw/usb-ohci.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/usb-ohci.c b/hw/usb-ohci.c index 34243c8..fedea3f 100644 --- a/hw/usb-ohci.c +++ b/hw/usb-ohci.c @@ -150,7 +150,7 @@ static void ohci_async_cancel_device(OHCIState *ohci, USBDevice *dev); #define OHCI_TD_DI_SHIFT 21 #define OHCI_TD_DI_MASK (7<