From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59083) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REJ9D-0004wx-Vj for qemu-devel@nongnu.org; Thu, 13 Oct 2011 07:08:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REJ9A-0005Fv-QD for qemu-devel@nongnu.org; Thu, 13 Oct 2011 07:08:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45617) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REJ9A-0005FK-4S for qemu-devel@nongnu.org; Thu, 13 Oct 2011 07:08:20 -0400 From: Gerd Hoffmann Date: Thu, 13 Oct 2011 13:08:28 +0200 Message-Id: <1318504111-15309-7-git-send-email-kraxel@redhat.com> In-Reply-To: <1318504111-15309-1-git-send-email-kraxel@redhat.com> References: <1318504111-15309-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 6/9] 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 5e10e21..e14ced8 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<