summaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)Author
2014-10-22Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20141015-2' into s...Peter Maydell
2014-10-16Merge remote-tracking branch 'remotes/kraxel/tags/pull-bootindex-20141015-1' ...Peter Maydell
2014-10-15xhci: remove dead codeGerd Hoffmann
2014-10-15usb-hid: Add high speed keyboard configurationJan Vesely
2014-10-15usb-hid: Add high speed mouse configurationJan Vesely
2014-10-15usb-hid: Move descriptor decision to usb-hid initfnJan Vesely
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei
2014-10-15usb-storage: add bootindex to qom propertyGonglei
2014-10-15redirect: remove bootindex property from qdev to qomGonglei
2014-10-15host-libusb: remove bootindex property from qdev to qomGonglei
2014-10-15usb-net: add bootindex to qom propertyGonglei
2014-10-15usb: Convert usb devices to hotplug handler APIIgor Mammedov
2014-10-15usb: Convert usb-ccid to hotplug handler APIIgor Mammedov
2014-10-15usb-storage: Drop not needed "allow_hotplug = 0"Igor Mammedov
2014-10-15usb-bot: Drop not needed "allow_hotplug = 0"Igor Mammedov
2014-10-15usb-bot: Mark device as non hotpluggableIgor Mammedov
2014-09-26ohci: drop computed flags from trace eventsAlex Bennée
2014-09-26ohci: Split long traces to smaller onesAlexey Kardashevskiy
2014-09-23usb: tag standalone ehci as hotpluggableGerd Hoffmann
2014-09-23usb: tag standalone uhci as hotpluggableGerd Hoffmann
2014-09-23usb: tag xhci as hotpluggableGerd Hoffmann
2014-09-23usb-serial: only check speed once at realize timeGonglei
2014-09-23usb-bus: introduce a wrapper function to check speedGonglei
2014-09-23usb-bus: remove "init" from USBDeviceClass structGonglei
2014-09-23usb-mtp: convert init to realizeGonglei
2014-09-23usb-redir: convert init to realizeGonglei
2014-09-23usb-audio: convert init to realizeGonglei
2014-09-23dev-wacom: convert init to realizeGonglei
2014-09-23dev-hid: convert init to realizeGonglei
2014-09-23usb-ccid: convert init to realizeGonglei
2014-09-23dev-serial: convert init to realizeGonglei
2014-09-23dev-bluetooth: convert init to realizeGonglei
2014-09-23dev-uas: using error_report instead of fprintfGonglei
2014-09-23dev-uas: convert init to realizeGonglei
2014-09-23dev-storage: usring error_report instead of fprintf/printfGonglei
2014-09-23dev-storage: convert init to realizeGonglei
2014-09-23usb-hub: convert init to realizeGonglei
2014-09-23libusb: using error_report instead of fprintfGonglei
2014-09-23libusb: convert init to realizeGonglei
2014-09-23usb-net: convert init to realizeGonglei
2014-09-23usb-bus: convert USBDeviceClass init to realizeGonglei
2014-09-23ohci: Convert fprint/DPRINTF/print to tracesAlexey Kardashevskiy
2014-09-23usb-storage: fix possible memory leak and missing error messageGonglei
2014-09-22usb-storage: Fix how legacy init handles option ID clashMarkus Armbruster
2014-09-10xhci PCIe endpoint migration compatibility fixDr. David Alan Gilbert
2014-08-29usb: add usb host adapters exit traceGonglei
2014-08-29usb-xhci: add exit functionGonglei
2014-08-29usb-ehci: add ehci-pci device exit functionGonglei
2014-08-29usb-ehci: add ehci unrealize funcitonGonglei
2014-08-29usb-ehci: add vmstate properity for EHCIStateGonglei