Hi,
Here comes the USB patch queue with a few bugfixes.
please pull,
Gerd
The following changes since commit 44520db10b1b92f272348ab7028e7afc68ac3edf:
Gdbstub: Fix back-trace on SPARC32 (2011-09-10 18:12:35 +0000)
are available in the git repository at:
git://git.kraxel.org/qemu usb.27
Gerd Hoffmann (5):
usb-storage: fix NULL pointer dereference.
usb-hub: need to check dev->attached
usb: fix port reset
usb-host: factor out code
usb-host: handle USBDEVFS_SETCONFIGURATION returning EBUSY
Peter Maydell (1):
hw/usb-ohci: Fix OHCI_TD_T1 bit position definition
hw/usb-ehci.c | 4 +-
hw/usb-hub.c | 4 +-
hw/usb-msd.c | 5 +-
hw/usb-ohci.c | 4 +-
hw/usb-uhci.c | 2 +-
hw/usb.c | 12 ++++
hw/usb.h | 1 +
usb-linux.c | 176 ++++++++++++++++++++++++++++++++++++---------------------
8 files changed, 136 insertions(+), 72 deletions(-)