On 10/13/2011 06:08 AM, Gerd Hoffmann wrote:
Hi,
Here comes the usb patch queue with a bunch of bug fixes.
Check the individual patches for details.
please pull,
Gerd
Pulled. Thanks.
Regards,
Anthony Liguori
The following changes since commit ebffe2afceb1a17b5d134b5debf553955fe5ea1a:
Merge remote-tracking branch 'qmp/queue/qmp' into staging (2011-10-10
08:21:46 -0500)
are available in the git repository at:
git://git.kraxel.org/qemu usb.28
Gerd Hoffmann (7):
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
usb-hid: activate usb tablet / mouse after migration.
usb-hub: don't trigger assert on packet completion.
Peter Maydell (2):
hw/usb-ohci: Fix OHCI_TD_T1 bit position definition
hw/usb-ohci: Honour endpoint maximum packet size
hw/usb-ehci.c | 4 +-
hw/usb-hid.c | 11 ++++
hw/usb-hub.c | 12 +++-
hw/usb-msd.c | 5 +-
hw/usb-ohci.c | 41 +++++++++----
hw/usb-uhci.c | 2 +-
hw/usb.c | 12 ++++
hw/usb.h | 1 +
usb-linux.c | 176 ++++++++++++++++++++++++++++++++++++---------------------
9 files changed, 180 insertions(+), 84 deletions(-)