summaryrefslogtreecommitdiffstats
path: root/hw/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'kraxel/usb.50' into stagingAnthony Liguori2012-05-141-0/+9
|\
| * usb-host: handle guest-issued clear haltGerd Hoffmann2012-05-141-0/+9
* | fix some common typosJim Meyering2012-05-141-2/+2
|/
* usb-uhci: update irq line on resetGerd Hoffmann2012-04-261-0/+1
* usb: add serial number generatorGerd Hoffmann2012-04-2610-0/+42
* usb-redir: Not finding an async urb id is not an errorHans de Goede2012-04-261-1/+1
* usb-redir: Reset device address and speed on disconnectHans de Goede2012-04-261-0/+2
* usb-redir: An interface count of 0 is a valid valueHans de Goede2012-04-261-2/+3
* usb-xhci: fix bit testLai Jiangshan2012-04-261-1/+1
* usb-xhci: Use PCI DMA helper functionsDavid Gibson2012-04-261-98/+92
* usb-host: fix zero-length packetsGerd Hoffmann2012-04-261-3/+3
* usb-host: don't dereference invalid iovecsGerd Hoffmann2012-04-261-3/+3
* usb-storage: fix request cancelingGerd Hoffmann2012-04-261-1/+3
* usb-ehci: Ensure frindex writes leave a valid frindex valueHans de Goede2012-04-261-0/+4
* usb-ehci: add missing usb_packet_init() callGerd Hoffmann2012-04-262-0/+2
* usb-ehci: remove hackGerd Hoffmann2012-04-261-18/+0
* usb-ehci: drop assert()Gerd Hoffmann2012-04-171-1/+0
* usb-redir: Notify our peer when we reject a device due to a speed mismatchHans de Goede2012-04-171-1/+7
* usb-ehci: Drop unused sofv valueHans de Goede2012-04-171-8/+0
* usb-host: rewrite usb_linux_update_endp_tableGerd Hoffmann2012-04-171-93/+101
* usb: use USBDescriptor for endpoint descriptors.Gerd Hoffmann2012-04-172-9/+20
* usb: use USBDescriptor for interface descriptors.Gerd Hoffmann2012-04-172-9/+20
* usb: use USBDescriptor for config descriptors.Gerd Hoffmann2012-04-172-10/+21
* usb: use USBDescriptor for device qualifier descriptors.Gerd Hoffmann2012-04-172-11/+22
* usb: add USBDescriptor, use for device descriptors.Gerd Hoffmann2012-04-172-19/+46
* usb-ehci: frindex always is a 14 bits counterHans de Goede2012-04-171-2/+6
* usb-ehci: fix ehci_child_detachGerd Hoffmann2012-04-171-1/+0
* usb-hub: add tracepointsGerd Hoffmann2012-04-171-2/+41
* usb_packet_set_state: handle p->ep == NULLGerd Hoffmann2012-04-171-6/+11
* usb-host: add property to turn off pipeliningGerd Hoffmann2012-04-171-1/+9
* usb-host: add usb packet to request tracepointsGerd Hoffmann2012-04-171-12/+14
* usb-host: trace canceled requestsGerd Hoffmann2012-04-171-1/+3
* usb-host: trace emulated requestsGerd Hoffmann2012-04-171-3/+9
* Add bootindex support to usb-host and usb-redirGerd Hoffmann2012-04-172-0/+6
* usb-uhci: queuing fixGerd Hoffmann2012-04-171-3/+10
* usb-uhci: stop queue filling when we find a in-flight tdGerd Hoffmann2012-04-171-0/+3
* usb/vmstate: add parent dev pathGerd Hoffmann2012-04-171-1/+16
* qdev: qdev_unplug(): use error_set()Luiz Capitulino2012-04-091-1/+1
* Endian fix an assertion in usb-msdBenjamin Herrenschmidt2012-03-131-3/+3
* uhci: alloc can't fail, drop check.Gerd Hoffmann2012-03-131-2/+0
* uhci: new uhci_handle_td return code for tds still in flightGerd Hoffmann2012-03-131-5/+7
* uhci: renumber uhci_handle_td return codesGerd Hoffmann2012-03-131-4/+4
* uhci: use enum for uhci_handle_td return codesGerd Hoffmann2012-03-131-16/+23
* uhci: tracing supportGerd Hoffmann2012-03-131-55/+32
* uhci: cancel on schedule stop.Gerd Hoffmann2012-03-131-0/+1
* uhci: fix uhci_async_cancel_allGerd Hoffmann2012-03-131-0/+1
* uhci: pass addr to uhci_async_allocGerd Hoffmann2012-03-131-3/+3
* usb: improve packet state sanity checksGerd Hoffmann2012-03-131-6/+31
* usb-ohci: DMA writeback bug fixesWei Yang2012-03-131-2/+15
* usb-ehci: drop unused isoch_pause variableHans de Goede2012-03-131-5/+1
OpenPOWER on IntegriCloud