]> git.proxmox.com Git - mirror_qemu.git/commit - hw/usb-ehci.c
usb-ehci: Fix handling of PED and PEDC port status bits
authorHans de Goede <hdegoede@redhat.com>
Fri, 24 Jun 2011 12:36:13 +0000 (14:36 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 5 Jul 2011 13:09:02 +0000 (15:09 +0200)
commitfbd97532d22b6989fc71d64471c905d3c8174f5d
tree599dba252fc77205daf791a7cb11c47016fcee22
parent45b9fd348061ab793cf4521bb3621f07a5bd7bf6
usb-ehci: Fix handling of PED and PEDC port status bits

The PED bit should only be set for highspeed devices and the PEDC bit
should not be set on "normal" PED bit changes, only on io errors.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb-ehci.c