aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)Author
2012-12-19net: move Bluetooth stuff out of net.hPaolo Bonzini
2012-12-19janitor: do not rely on indirect inclusions of or from qemu-char.hPaolo Bonzini
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin
2012-12-04usb-tablet: Allow connecting to ehciHans de Goede
2012-12-04ehci: Lower timer freq when the periodic schedule is idleHans de Goede
2012-12-04usb: Allow overriding of usb_desc at the device levelHans de Goede
2012-12-04usb: Don't allow USB_RET_ASYNC for interrupt packetsHans de Goede
2012-12-04usb: Call wakeup when data becomes available for all devices with int epsHans de Goede
2012-11-29ehci-sysbus: Attach DMA context.Peter Crosthwaite
2012-11-29usb: fail usbdevice_create() when there is no USB busStefan Hajnoczi
2012-11-29usb: tag usb host adapters as not hotpluggable.Gerd Hoffmann
2012-11-21usb-redir: Don't handle interrupt output packets asyncHans de Goede
2012-11-21usb-redir: Split usb_handle_interrupt_data into separate in/out functionsHans de Goede
2012-11-21usb-smartcard-reader: Properly NAK interrupt eps when we've no eventsHans de Goede
2012-11-21usb-bt: Return NAK instead of STALL when interrupt ep has no dataHans de Goede
2012-11-21uhci: Fix double unlinkHans de Goede
2012-11-21uhci: Don't allow the guest to set port-enabled when there is no dev connectedHans de Goede
2012-11-21uhci: Add a completions_only flag for async completionsHans de Goede
2012-11-16usb-host: fix splitted transfersGerd Hoffmann
2012-11-16usb-host: update tracingGerd Hoffmann
2012-11-16usb-redir: Set default debug level to warningHans de Goede
2012-11-16usb-redir: Only add actually in flight packets to the in flight queueHans de Goede
2012-11-16ehci: handle dma errorsGerd Hoffmann
2012-11-16ehci: keep the frame timer running in case the guest asked for frame list rol...Gerd Hoffmann
2012-11-16ehci: Don't verify the next pointer for periodic qh-s and qtd-sHans de Goede
2012-11-16ehci: Better detection for qtd-s linked in circlesHans de Goede
2012-11-16ehci: Fixup q->qtdaddr after cancelling an already completed packetHans de Goede
2012-11-16ehci: Don't access packet after freeing itHans de Goede
2012-11-16usb: host-linux: Ignore parsing errors of the device descriptorsJan Kiszka
2012-11-16usb-host: scan for usb devices when the vm startsGerd Hoffmann
2012-11-16usb: Fix (another) bug in usb_packet_map() for IOMMU handlingDavid Gibson
2012-11-14Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori
2012-11-12dma: Define dma_context_memory and use in sysbus-ohciPeter Maydell
2012-11-09ehci: fix migrationGerd Hoffmann
2012-11-09xhci: Fix some DMA host endian bugsDavid Gibson
2012-11-08usb/combined-packet: Move freeing of combined to usb_combined_packet_remove()Hans de Goede
2012-11-08xhci: Add support for packets with both data and an error statusHans de Goede
2012-11-08ehci: Add support for packets with both data and an error statusHans de Goede
2012-11-08ehci: Get rid of the magical PROC_ERR statusHans de Goede
2012-11-08usb-redir: Allow packets to have both data and an error-statusHans de Goede
2012-11-08usb: split packet result into actual_length + statusHans de Goede
2012-11-01usb-redir: Allow redirecting super speed devices to high speed controllersHans de Goede
2012-11-01usb-redir: Allow to attach USB 2.0 devices to 1.1 host controllerJan Kiszka
2012-11-01usb-redir: Use reject rather the disconnect on bad ep infoHans de Goede
2012-11-01usb-redir: Add an usbredir_setup_usb_eps() helper functionHans de Goede
2012-11-01usb-redir: Add support for input pipeliningHans de Goede
2012-11-01usb-redir: Add support for 32 bits bulk packet lengthHans de Goede
2012-11-01combined-packet: Add a workaround for Linux usbfs + live migrationHans de Goede
2012-11-01usb: Add packet combining functionsHans de Goede
2012-11-01uhci: Don't crash on device disconnectHans de Goede