summaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
2016-04-25usb/uhci: move pid checkGerd Hoffmann1-13/+13
2016-04-22event-notifier: Add "is_external" parameterFam Zheng1-1/+1
2016-04-19Revert "ehci: make idt processing more robust"Gerd Hoffmann1-3/+2
2016-04-19ehci: apply limit to iTD/sidt descriptorsGerd Hoffmann1-1/+5
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell15-14/+33
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa4-0/+4
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah5-14/+15
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster13-0/+14
2016-03-18usb: ehci: add capability mmio write functionPrasad J Pandit1-0/+6
2016-03-18hw/usb/dev-mtp: Guard inotify usage with CONFIG_INOTIFY1Matthew Fortune1-10/+10
2016-03-18usb: fix unbound stack warning for inotify_watchfnPeter Xu1-3/+2
2016-03-18usb: fix unbound stack usage for usb_mtp_add_strPeter Xu1-1/+3
2016-03-18usb: fix unbounded stack warning for xhci_dma_write_u32sPeter Xu1-2/+4
2016-03-18usb: Fix compilation for WindowsStefan Weil1-1/+3
2016-02-29usb-redirect: Avoid double free of dataFam Zheng1-3/+8
2016-02-23all: Clean up includesPeter Maydell1-1/+0
2016-02-23ohci: allocate timer only once.Gerd Hoffmann1-26/+8
2016-02-23usb: add pid check at the first of uhci_handle_td()Gonglei1-6/+16
2016-02-23usb: check RNDIS buffer offsets & lengthPrasad J Pandit1-3/+6
2016-02-23usb: check RNDIS message lengthPrasad J Pandit1-9/+9
2016-02-23tusb6010: move from hw/timer to hw/usbPeter Maydell2-0/+819
2016-02-23usb: check USB configuration descriptor objectPrasad J Pandit1-1/+2
2016-02-11Passthru CCID card: QOMifyCao jin1-6/+8
2016-02-11Emulated CCID card: QOMifyCao jin1-10/+13
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake1-4/+4
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-2/+2
2016-02-02ehci: update irq on resetGerd Hoffmann1-0/+1
2016-02-02usb: check page select value while processing iTDPrasad J Pandit1-4/+6
2016-01-29usb: Clean up includesPeter Maydell31-3/+31
2016-01-13error: Use error_prepend() where it makes obvious senseMarkus Armbruster1-3/+3
2016-01-13error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster1-3/+2
2016-01-08ohci: clear pending SOF on suspendLaurent Vivier1-0/+3
2016-01-08ohci: delay first SOF interruptLaurent Vivier1-3/+13
2016-01-08usb-mtp: fix call to trace functionBandan Das1-1/+1
2016-01-08usb-mtp: use safe variant when cleaning events listBandan Das1-2/+2
2016-01-08ohci: fix command HostControllerResetHervé Poussineau1-1/+1
2016-01-08ohci: fix Host Controller USBRESETHervé Poussineau1-1/+1
2016-01-08ohci: split reset method in 3 partsHervé Poussineau1-27/+37
2015-12-15ehci: make idt processing more robustGerd Hoffmann1-2/+3
2015-12-15usb-mtp: add support for basic mtp eventsBandan Das1-2/+27
2015-12-15usb-mtp: Add support for inotify based file monitoringBandan Das1-0/+229
2015-12-15usb-mtp: free objects on a mtp resetBandan Das1-0/+1
2015-12-15usb-mtp: use a list for keeping track of childrenBandan Das1-16/+40
2015-11-06usb: Use g_new() & friends where that makes obvious senseMarkus Armbruster4-8/+7
2015-11-03usb-host: fix usb3ep0quirk testGerd Hoffmann1-1/+1
2015-11-03ehci: clear suspend bit on detachGerd Hoffmann1-1/+1
2015-10-23hw/usb-storage: Check whether BB is insertedMax Reitz1-14/+16
2015-10-20usb-audio: increate default buffer sizeGerd Hoffmann1-1/+1
2015-10-20usb: print device id in "info usb" monitor commandGerd Hoffmann1-3/+6
2015-10-20usb-host: add wakeup call for iso xfersGerd Hoffmann1-0/+1