summaryrefslogtreecommitdiffstats
path: root/hw/usb
Commit message (Expand)AuthorAgeFilesLines
* usb-redirect: Avoid double free of dataFam Zheng2016-02-291-3/+8
* all: Clean up includesPeter Maydell2016-02-231-1/+0Star
* ohci: allocate timer only once.Gerd Hoffmann2016-02-231-26/+8Star
* usb: add pid check at the first of uhci_handle_td()Gonglei2016-02-231-6/+16
* usb: check RNDIS buffer offsets & lengthPrasad J Pandit2016-02-231-3/+6
* usb: check RNDIS message lengthPrasad J Pandit2016-02-231-9/+9
* tusb6010: move from hw/timer to hw/usbPeter Maydell2016-02-232-0/+819
* usb: check USB configuration descriptor objectPrasad J Pandit2016-02-231-1/+2
* Passthru CCID card: QOMifyCao jin2016-02-111-6/+8
* Emulated CCID card: QOMifyCao jin2016-02-111-10/+13
* qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2016-02-081-4/+4
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-081-2/+2
* ehci: update irq on resetGerd Hoffmann2016-02-021-0/+1
* usb: check page select value while processing iTDPrasad J Pandit2016-02-021-4/+6
* usb: Clean up includesPeter Maydell2016-01-2931-3/+31
* error: Use error_prepend() where it makes obvious senseMarkus Armbruster2016-01-131-3/+3
* error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster2016-01-131-3/+2Star
* ohci: clear pending SOF on suspendLaurent Vivier2016-01-081-0/+3
* ohci: delay first SOF interruptLaurent Vivier2016-01-081-3/+13
* usb-mtp: fix call to trace functionBandan Das2016-01-081-1/+1
* usb-mtp: use safe variant when cleaning events listBandan Das2016-01-081-2/+2
* ohci: fix command HostControllerResetHervé Poussineau2016-01-081-1/+1
* ohci: fix Host Controller USBRESETHervé Poussineau2016-01-081-1/+1
* ohci: split reset method in 3 partsHervé Poussineau2016-01-081-27/+37
* ehci: make idt processing more robustGerd Hoffmann2015-12-151-2/+3
* usb-mtp: add support for basic mtp eventsBandan Das2015-12-151-2/+27
* usb-mtp: Add support for inotify based file monitoringBandan Das2015-12-151-0/+229
* usb-mtp: free objects on a mtp resetBandan Das2015-12-151-0/+1
* usb-mtp: use a list for keeping track of childrenBandan Das2015-12-151-16/+40
* usb: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-11-064-8/+7Star
* usb-host: fix usb3ep0quirk testGerd Hoffmann2015-11-031-1/+1
* ehci: clear suspend bit on detachGerd Hoffmann2015-11-031-1/+1
* hw/usb-storage: Check whether BB is insertedMax Reitz2015-10-231-14/+16
* usb-audio: increate default buffer sizeGerd Hoffmann2015-10-201-1/+1
* usb: print device id in "info usb" monitor commandGerd Hoffmann2015-10-201-3/+6
* usb-host: add wakeup call for iso xfersGerd Hoffmann2015-10-201-0/+1
* libcacard: use the standalone projectMarc-André Lureau2015-09-232-4/+3Star
* maint: avoid useless "if (foo) free(foo)" patternMarkus Armbruster2015-09-111-4/+2Star
* maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange2015-09-111-3/+1Star
* maint: remove unused include for signal.hDaniel P. Berrange2015-09-111-1/+0Star
* maint: remove unused include for dirent.hDaniel P. Berrange2015-09-111-1/+0Star
* maint: remove / fix many doubled wordsDaniel P. Berrange2015-09-111-1/+1
* usbnet: Drop usbnet_can_receiveFam Zheng2015-07-271-16/+4Star
* timer: rename NSEC_PER_SEC due to Mac OS X header clashStefan Hajnoczi2015-07-201-1/+1
* Revert "xhci: set timer to retry xfers"Gerd Hoffmann2015-07-171-2/+0Star
* usb-ccid: add missing wakeup callsGerd Hoffmann2015-07-171-0/+5
* usb-ccid: fix 61b4887b41b270bc837ead57bc502d904af023bbGerd Hoffmann2015-07-171-8/+8
* Re-attach usb device to kernel while usb_host_open failsLin Ma2015-07-161-0/+3
* timer: Use a single definition of NSEC_PER_SEC for the whole codebaseAlberto Garcia2015-07-021-1/+1
* Include monitor/monitor.h exactly where neededMarkus Armbruster2015-06-226-6/+0Star