aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)Author
2014-11-17hcd-musb: fix dereference null return valuePaolo Bonzini
2014-11-12usb-host: fix usb_host_speed_compat tyopsGerd Hoffmann
2014-11-11xhci: add sanity checks to xhci_lookup_uportGerd Hoffmann
2014-11-11Provide the missing LIBUSB_LOG_LEVEL_* for older libusb or FreeBSD. Providing...Chris Johns
2014-10-28uhci: remove useless DEBUGGonglei
2014-10-28xhci: add property to turn on/off streams supportGerd Hoffmann
2014-10-22Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2014-10-22Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20141015-2' into s...Peter Maydell
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster
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