summaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
2012-04-17usb-ehci: drop assert()Gerd Hoffmann1-1/+0
2012-04-17usb-redir: Notify our peer when we reject a device due to a speed mismatchHans de Goede1-1/+7
2012-04-17usb-ehci: Drop unused sofv valueHans de Goede1-8/+0
2012-04-17usb-host: rewrite usb_linux_update_endp_tableGerd Hoffmann1-93/+101
2012-04-17usb: use USBDescriptor for endpoint descriptors.Gerd Hoffmann2-9/+20
2012-04-17usb: use USBDescriptor for interface descriptors.Gerd Hoffmann2-9/+20
2012-04-17usb: use USBDescriptor for config descriptors.Gerd Hoffmann2-10/+21
2012-04-17usb: use USBDescriptor for device qualifier descriptors.Gerd Hoffmann2-11/+22
2012-04-17usb: add USBDescriptor, use for device descriptors.Gerd Hoffmann2-19/+46
2012-04-17usb-ehci: frindex always is a 14 bits counterHans de Goede1-2/+6
2012-04-17usb-ehci: fix ehci_child_detachGerd Hoffmann1-1/+0
2012-04-17usb-hub: add tracepointsGerd Hoffmann1-2/+41
2012-04-17usb_packet_set_state: handle p->ep == NULLGerd Hoffmann1-6/+11
2012-04-17usb-host: add property to turn off pipeliningGerd Hoffmann1-1/+9
2012-04-17usb-host: add usb packet to request tracepointsGerd Hoffmann1-12/+14
2012-04-17usb-host: trace canceled requestsGerd Hoffmann1-1/+3
2012-04-17usb-host: trace emulated requestsGerd Hoffmann1-3/+9
2012-04-17Add bootindex support to usb-host and usb-redirGerd Hoffmann2-0/+6
2012-04-17usb-uhci: queuing fixGerd Hoffmann1-3/+10
2012-04-17usb-uhci: stop queue filling when we find a in-flight tdGerd Hoffmann1-0/+3
2012-04-17usb/vmstate: add parent dev pathGerd Hoffmann1-1/+16
2012-04-09qdev: qdev_unplug(): use error_set()Luiz Capitulino1-1/+1
2012-03-13Endian fix an assertion in usb-msdBenjamin Herrenschmidt1-3/+3
2012-03-13uhci: alloc can't fail, drop check.Gerd Hoffmann1-2/+0
2012-03-13uhci: new uhci_handle_td return code for tds still in flightGerd Hoffmann1-5/+7
2012-03-13uhci: renumber uhci_handle_td return codesGerd Hoffmann1-4/+4
2012-03-13uhci: use enum for uhci_handle_td return codesGerd Hoffmann1-16/+23
2012-03-13uhci: tracing supportGerd Hoffmann1-55/+32
2012-03-13uhci: cancel on schedule stop.Gerd Hoffmann1-0/+1
2012-03-13uhci: fix uhci_async_cancel_allGerd Hoffmann1-0/+1
2012-03-13uhci: pass addr to uhci_async_allocGerd Hoffmann1-3/+3
2012-03-13usb: improve packet state sanity checksGerd Hoffmann1-6/+31
2012-03-13usb-ohci: DMA writeback bug fixesWei Yang1-2/+15
2012-03-13usb-ehci: drop unused isoch_pause variableHans de Goede1-5/+1
2012-03-13usb: zap hw/ush-{ohic,uhci}.h + init wrappersGerd Hoffmann2-22/+0
2012-03-13usb: the big renameGerd Hoffmann23-0/+23186