summaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
2014-12-10usb: delete redundant brackets in usb_host_handle_control()lijun1-1/+1
2014-11-17hcd-musb: fix dereference null return valuePaolo Bonzini1-2/+6
2014-11-12usb-host: fix usb_host_speed_compat tyopsGerd Hoffmann1-3/+3
2014-11-11xhci: add sanity checks to xhci_lookup_uportGerd Hoffmann1-0/+9
2014-11-11Provide the missing LIBUSB_LOG_LEVEL_* for older libusb or FreeBSD. Providing...Chris Johns1-0/+6
2014-10-28uhci: remove useless DEBUGGonglei1-3/+0
2014-10-28xhci: add property to turn on/off streams supportGerd Hoffmann1-3/+12
2014-10-22Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-8/+11
2014-10-22Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20141015-2' into s...Peter Maydell2-26/+154
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-8/+9
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster1-1/+3
2014-10-16Merge remote-tracking branch 'remotes/kraxel/tags/pull-bootindex-20141015-1' ...Peter Maydell4-5/+84
2014-10-15xhci: remove dead codeGerd Hoffmann1-6/+0
2014-10-15usb-hid: Add high speed keyboard configurationJan Vesely1-1/+65
2014-10-15usb-hid: Add high speed mouse configurationJan Vesely1-1/+70
2014-10-15usb-hid: Move descriptor decision to usb-hid initfnJan Vesely1-20/+21
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei3-4/+0
2014-10-15usb-storage: add bootindex to qom propertyGonglei1-0/+52
2014-10-15redirect: remove bootindex property from qdev to qomGonglei1-1/+11
2014-10-15host-libusb: remove bootindex property from qdev to qomGonglei1-1/+11
2014-10-15usb-net: add bootindex to qom propertyGonglei1-0/+11
2014-10-15usb: Convert usb devices to hotplug handler APIIgor Mammedov1-2/+7
2014-10-15usb: Convert usb-ccid to hotplug handler APIIgor Mammedov1-1/+7
2014-10-15usb-storage: Drop not needed "allow_hotplug = 0"Igor Mammedov1-1/+0
2014-10-15usb-bot: Drop not needed "allow_hotplug = 0"Igor Mammedov1-1/+0
2014-10-15usb-bot: Mark device as non hotpluggableIgor Mammedov1-0/+2
2014-09-26ohci: drop computed flags from trace eventsAlex Bennée1-2/+1
2014-09-26ohci: Split long traces to smaller onesAlexey Kardashevskiy1-8/+12
2014-09-23usb: tag standalone ehci as hotpluggableGerd Hoffmann3-3/+18
2014-09-23usb: tag standalone uhci as hotpluggableGerd Hoffmann1-3/+13
2014-09-23usb: tag xhci as hotpluggableGerd Hoffmann1-1/+0
2014-09-23usb-serial: only check speed once at realize timeGonglei1-7/+9
2014-09-23usb-bus: introduce a wrapper function to check speedGonglei1-1/+13
2014-09-23usb-bus: remove "init" from USBDeviceClass structGonglei1-2/+0
2014-09-23usb-mtp: convert init to realizeGonglei1-3/+2
2014-09-23usb-redir: convert init to realizeGonglei1-8/+7
2014-09-23usb-audio: convert init to realizeGonglei1-3/+2
2014-09-23dev-wacom: convert init to realizeGonglei1-3/+2
2014-09-23dev-hid: convert init to realizeGonglei1-14/+13
2014-09-23usb-ccid: convert init to realizeGonglei1-3/+2
2014-09-23dev-serial: convert init to realizeGonglei1-12/+6
2014-09-23dev-bluetooth: convert init to realizeGonglei1-4/+2
2014-09-23dev-uas: using error_report instead of fprintfGonglei1-5/+6
2014-09-23dev-uas: convert init to realizeGonglei1-4/+2
2014-09-23dev-storage: usring error_report instead of fprintf/printfGonglei1-6/+6
2014-09-23dev-storage: convert init to realizeGonglei1-13/+8
2014-09-23usb-hub: convert init to realizeGonglei1-5/+4
2014-09-23libusb: using error_report instead of fprintfGonglei1-5/+4
2014-09-23libusb: convert init to realizeGonglei1-9/+8
2014-09-23usb-net: convert init to realizeGonglei1-5/+4