[Qemu-devel] [PATCH] ehci: fix ehci_child_detach

2012-03-26 Thread Gerd Hoffmann
Looks like a cut+paste bug from ehci_detach. When the device itself is detached from a ehci port (ehci_detach op) we have to clear the device pointer for the companion port too. When a device gets removed from a downstream port of a usb hub (ehci_child_detach op) the ehci port where the usb hub

Re: [Qemu-devel] [PATCH] ehci: fix ehci_child_detach

2012-03-26 Thread Hans de Goede
Hi, Oh, good one: Acked-by: Hans de Goede hdego...@redhat.com Regards, Hans On 03/26/2012 02:32 PM, Gerd Hoffmann wrote: Looks like a cut+paste bug from ehci_detach. When the device itself is detached from a ehci port (ehci_detach op) we have to clear the device pointer for the companion