aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
2013-01-07usb: Fix usb_ep_find_packet_by_idHans de Goede1-1/+1
2013-01-07hid: Change idle handling to use a timerHans de Goede1-5/+3
2013-01-07uhci: Maximize how many frames we catch up when behindHans de Goede1-0/+8
2013-01-07uhci: Limit amount of frames processed in one goHans de Goede1-16/+27
2013-01-07uhci: Add a QH_VALID defineHans de Goede1-4/+5
2013-01-07uhci: Fix pending interrupts getting lost on migrationHans de Goede1-1/+2
2013-01-07uhci: Fix 1 ms delay in interrupt reporting to the guestHans de Goede1-11/+13
2013-01-07ehci: Don't call commit_irq after raising PCDHans de Goede1-2/+0
2013-01-07ehci: Further speedup rescanning if async schedule after raising an interruptHans de Goede1-1/+4
2013-01-07ehci: Use uframe precision for interrupt threshold checking (v2)Hans de Goede1-23/+47
2013-01-07ehci: Verify a queue's ep direction does not changeHans de Goede2-0/+20
2013-01-07ehci: Add an ehci_get_pid helper functionHans de Goede1-16/+16
2013-01-07ehci: Verify qtd for async completed packetsHans de Goede1-14/+1
2013-01-07ehci: writeback_async_complete_packet: verify qh and qtdHans de Goede1-0/+14
2013-01-07ehci: Move get / put_dwords upwardsHans de Goede1-42/+42
2013-01-07ehci: Verify guest does not change the token of inflight qtd-sHans de Goede1-6/+4
2013-01-07ehci: Add ehci_verify_qh and ehci_verify_qtd helper functionsHans de Goede1-16/+35
2013-01-07ehci: Add a ehci_writeback_async_complete_packet helper functionHans de Goede1-11/+17
2012-12-28usb/redirect.c: unbreak compilation due to include/char/char.hAlon Levy1-0/+1
2012-12-19softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini2-2/+2
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini8-10/+10
2012-12-19misc: move include files to include/qemu/Paolo Bonzini16-22/+22
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini8-8/+8
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-1/+1
2012-12-19janitor: add guards to headersPaolo Bonzini1-0/+4
2012-12-19ui: move files to ui/ and include/ui/Paolo Bonzini4-4/+4
2012-12-19net: reorganize headersPaolo Bonzini1-1/+1
2012-12-19net: move Bluetooth stuff out of net.hPaolo Bonzini1-1/+1
2012-12-19janitor: do not rely on indirect inclusions of or from qemu-char.hPaolo Bonzini1-0/+1
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin4-6/+6
2012-12-04usb-tablet: Allow connecting to ehciHans de Goede1-1/+84
2012-12-04ehci: Lower timer freq when the periodic schedule is idleHans de Goede2-6/+34
2012-12-04usb: Allow overriding of usb_desc at the device levelHans de Goede1-0/+3
2012-12-04usb: Don't allow USB_RET_ASYNC for interrupt packetsHans de Goede3-0/+6
2012-12-04usb: Call wakeup when data becomes available for all devices with int epsHans de Goede4-0/+17
2012-11-29ehci-sysbus: Attach DMA context.Peter Crosthwaite1-0/+1
2012-11-29usb: fail usbdevice_create() when there is no USB busStefan Hajnoczi1-0/+7
2012-11-29usb: tag usb host adapters as not hotpluggable.Gerd Hoffmann4-0/+4
2012-11-21usb-redir: Don't handle interrupt output packets asyncHans de Goede1-12/+14
2012-11-21usb-redir: Split usb_handle_interrupt_data into separate in/out functionsHans de Goede1-65/+71
2012-11-21usb-smartcard-reader: Properly NAK interrupt eps when we've no eventsHans de Goede1-0/+2
2012-11-21usb-bt: Return NAK instead of STALL when interrupt ep has no dataHans de Goede1-4/+21
2012-11-21uhci: Fix double unlinkHans de Goede1-1/+0
2012-11-21uhci: Don't allow the guest to set port-enabled when there is no dev connectedHans de Goede1-0/+4
2012-11-21uhci: Add a completions_only flag for async completionsHans de Goede1-4/+10
2012-11-16usb-host: fix splitted transfersGerd Hoffmann1-2/+5
2012-11-16usb-host: update tracingGerd Hoffmann1-8/+12
2012-11-16usb-redir: Set default debug level to warningHans de Goede1-1/+1
2012-11-16usb-redir: Only add actually in flight packets to the in flight queueHans de Goede1-1/+3
2012-11-16ehci: handle dma errorsGerd Hoffmann2-19/+61