]> Git Repo - qemu.git/commit
hw/usb-ohci: Fix OHCI_TD_T1 bit position definition
authorPeter Maydell <[email protected]>
Wed, 14 Sep 2011 17:49:00 +0000 (18:49 +0100)
committerGerd Hoffmann <[email protected]>
Thu, 13 Oct 2011 10:58:51 +0000 (12:58 +0200)
commit8d11b78c9a243ae2d9cf27a15216f8554b6fc63d
tree97df31591c0660bbd63169bef7d8baf6d06fa0c8
parent0fcc3bfc0ff76bc3697f12bd3b795f6b139e6ad0
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 <[email protected]>
Signed-off-by: Gerd Hoffmann <[email protected]>
hw/usb-ohci.c
This page took 0.025755 seconds and 4 git commands to generate.