diff options
author | Hans de Goede <hdegoede@redhat.com> | 2011-06-30 12:05:19 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2011-07-05 15:09:02 +0200 |
commit | 3631e6c8c263528ca159707b9255117a2c3bb175 (patch) | |
tree | db1421599e0f27f772beaeea6367ab1b389e8f86 /hw/usb-ohci.c | |
parent | 090ac6425accf5d87be5ff8087080c876a2904e5 (diff) |
usb: Move (initial) call of usb_port_location to usb_fill_port
Cleanup / preparation patch for companion controller support. Note that
as a "side-effect" this patch also fixes the milkymist-softusb controller
not having a port_location set for its ports.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/usb-ohci.c')
-rw-r--r-- | hw/usb-ohci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/usb-ohci.c b/hw/usb-ohci.c index 1c29b9fa6c..95e4623d52 100644 --- a/hw/usb-ohci.c +++ b/hw/usb-ohci.c @@ -1742,7 +1742,6 @@ static void usb_ohci_init(OHCIState *ohci, DeviceState *dev, for (i = 0; i < num_ports; i++) { usb_register_port(&ohci->bus, &ohci->rhport[i].port, ohci, i, &ohci_port_ops, USB_SPEED_MASK_LOW | USB_SPEED_MASK_FULL); - usb_port_location(&ohci->rhport[i].port, NULL, i+1); } ohci->async_td = 0; |