From: Peter Maydell Date: Wed, 14 Sep 2011 17:49:00 +0000 (+0100) Subject: hw/usb-ohci: Fix OHCI_TD_T1 bit position definition X-Git-Tag: qemu-xen-4.3.0-rc1~2189^2~3 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=8d11b78c9a243ae2d9cf27a15216f8554b6fc63d;p=qemu-upstream-4.5-testing.git hw/usb-ohci: Fix OHCI_TD_T1 bit position definition 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 --- diff --git a/hw/usb-ohci.c b/hw/usb-ohci.c index 5e10e2150..e14ced83c 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<