summaryrefslogtreecommitdiffstats
path: root/hw/usb
Commit message (Expand)AuthorAgeFilesLines
* misc: move include files to include/qemu/Paolo Bonzini2012-12-1916-22/+22
* monitor: move include files to include/monitor/Paolo Bonzini2012-12-198-8/+8
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* janitor: add guards to headersPaolo Bonzini2012-12-191-0/+4
* ui: move files to ui/ and include/ui/Paolo Bonzini2012-12-194-4/+4
* net: reorganize headersPaolo Bonzini2012-12-191-1/+1
* net: move Bluetooth stuff out of net.hPaolo Bonzini2012-12-191-1/+1
* janitor: do not rely on indirect inclusions of or from qemu-char.hPaolo Bonzini2012-12-191-0/+1
* pci: update all users to look in pci/Michael S. Tsirkin2012-12-174-6/+6
* usb-tablet: Allow connecting to ehciHans de Goede2012-12-041-1/+84
* ehci: Lower timer freq when the periodic schedule is idleHans de Goede2012-12-042-6/+34
* usb: Allow overriding of usb_desc at the device levelHans de Goede2012-12-041-0/+3
* usb: Don't allow USB_RET_ASYNC for interrupt packetsHans de Goede2012-12-043-0/+6
* usb: Call wakeup when data becomes available for all devices with int epsHans de Goede2012-12-044-0/+17
* ehci-sysbus: Attach DMA context.Peter Crosthwaite2012-11-291-0/+1
* usb: fail usbdevice_create() when there is no USB busStefan Hajnoczi2012-11-291-0/+7
* usb: tag usb host adapters as not hotpluggable.Gerd Hoffmann2012-11-294-0/+4
* usb-redir: Don't handle interrupt output packets asyncHans de Goede2012-11-211-12/+14
* usb-redir: Split usb_handle_interrupt_data into separate in/out functionsHans de Goede2012-11-211-65/+71
* usb-smartcard-reader: Properly NAK interrupt eps when we've no eventsHans de Goede2012-11-211-0/+2
* usb-bt: Return NAK instead of STALL when interrupt ep has no dataHans de Goede2012-11-211-4/+21
* uhci: Fix double unlinkHans de Goede2012-11-211-1/+0
* uhci: Don't allow the guest to set port-enabled when there is no dev connectedHans de Goede2012-11-211-0/+4
* uhci: Add a completions_only flag for async completionsHans de Goede2012-11-211-4/+10
* usb-host: fix splitted transfersGerd Hoffmann2012-11-161-2/+5
* usb-host: update tracingGerd Hoffmann2012-11-161-8/+12
* usb-redir: Set default debug level to warningHans de Goede2012-11-161-1/+1
* usb-redir: Only add actually in flight packets to the in flight queueHans de Goede2012-11-161-1/+3
* ehci: handle dma errorsGerd Hoffmann2012-11-162-19/+61
* ehci: keep the frame timer running in case the guest asked for frame list rol...Gerd Hoffmann2012-11-161-0/+7
* ehci: Don't verify the next pointer for periodic qh-s and qtd-sHans de Goede2012-11-161-3/+6
* ehci: Better detection for qtd-s linked in circlesHans de Goede2012-11-161-3/+6
* ehci: Fixup q->qtdaddr after cancelling an already completed packetHans de Goede2012-11-161-0/+4
* ehci: Don't access packet after freeing itHans de Goede2012-11-161-4/+5
* usb: host-linux: Ignore parsing errors of the device descriptorsJan Kiszka2012-11-161-20/+11
* usb-host: scan for usb devices when the vm startsGerd Hoffmann2012-11-161-0/+11
* usb: Fix (another) bug in usb_packet_map() for IOMMU handlingDavid Gibson2012-11-161-1/+1
* Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori2012-11-141-1/+1
|\
| * dma: Define dma_context_memory and use in sysbus-ohciPeter Maydell2012-11-121-1/+1
* | ehci: fix migrationGerd Hoffmann2012-11-091-1/+2
* | xhci: Fix some DMA host endian bugsDavid Gibson2012-11-091-27/+54
* | usb/combined-packet: Move freeing of combined to usb_combined_packet_remove()Hans de Goede2012-11-081-18/+15
* | xhci: Add support for packets with both data and an error statusHans de Goede2012-11-081-2/+2
* | ehci: Add support for packets with both data and an error statusHans de Goede2012-11-082-85/+77
* | ehci: Get rid of the magical PROC_ERR statusHans de Goede2012-11-081-31/+24
* | usb-redir: Allow packets to have both data and an error-statusHans de Goede2012-11-081-36/+20
* | usb: split packet result into actual_length + statusHans de Goede2012-11-0823-616/+596
|/
* usb-redir: Allow redirecting super speed devices to high speed controllersHans de Goede2012-11-011-2/+21
* usb-redir: Allow to attach USB 2.0 devices to 1.1 host controllerJan Kiszka2012-11-011-1/+29
* usb-redir: Use reject rather the disconnect on bad ep infoHans de Goede2012-11-011-2/+3
OpenPOWER on IntegriCloud