summaryrefslogtreecommitdiffstats
path: root/hw/usb
Commit message (Expand)AuthorAgeFilesLines
* ehci: fix frame timer invocation.Gerd Hoffmann2017-05-291-3/+10
* usb: don't wakeup during coldplugGerd Hoffmann2017-05-291-0/+8
* usb-hub: set PORT_STAT_C_SUSPEND on host-initiated wake-upLadi Prosek2017-05-291-1/+14
* xhci: add CONFIG_USB_XHCI_NEC optionGerd Hoffmann2017-05-291-1/+1
* xhci: split into multiple filesGerd Hoffmann2017-05-294-236/+292
* usb: Simplify the parameter parsing of the legacy usb serial deviceThomas Huth2017-05-291-16/+5Star
* ehci: fix overflow in frame timer codeGerd Hoffmann2017-05-291-1/+1
* Merge remote-tracking branch 'kraxel/tags/pull-usb-20170512-1' into stagingStefan Hajnoczi2017-05-154-36/+11Star
|\
| * hw/usb/dev-serial: Do not try to set vendorid or productid propertiesThomas Huth2017-05-121-18/+6Star
| * xhci: relax link checkLadi Prosek2017-05-121-1/+1
| * usb-hub: clear PORT_STAT_SUSPEND on wakeupLadi Prosek2017-05-121-0/+1
| * xhci: fix loggingLadi Prosek2017-05-121-5/+2Star
| * usb-redir: fix stack overflow in usbredir_log_dataGerd Hoffmann2017-05-121-12/+1Star
* | Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into stagingStefan Hajnoczi2017-05-101-1/+4
|\ \ | |/ |/|
| * usb-ccid: make ccid_write_data_block() cope with null buffersPhilippe Mathieu-Daudé2017-05-071-1/+4
* | qobject: Use simpler QDict/QList scalar insertion macrosEric Blake2017-05-091-6/+6
* | char: add a /chardevs containerMarc-André Lureau2017-05-042-2/+2
|/
* Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170421-v2-tag' i...Peter Maydell2017-04-261-1/+1
|\
| * xen: import ring.h from xenStefano Stabellini2017-04-211-1/+1
* | error: Apply error_propagate_null.cocci againFam Zheng2017-04-241-3/+1Star
* | usb-host: switch to LIBUSB_API_VERSIONGerd Hoffmann2017-04-031-2/+5
* | xhci: flush dequeue pointer to endpoint contextGerd Hoffmann2017-04-031-1/+3
|/
* xen: do not build backends for targets that do not support xenStefano Stabellini2017-03-191-1/+1
* ohci: relax link checkGerd Hoffmann2017-03-091-1/+1
* Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170228a'...Peter Maydell2017-03-021-19/+0Star
|\
| * migrate: Introduce a 'dc->vmsd' check to avoid segfault for --only-migratableAshijeet Acharya2017-02-281-19/+0Star
* | Merge remote-tracking branch 'remotes/elmarco/tags/leak-pull-request' into st...Peter Maydell2017-03-022-0/+18
|\ \
| * | usb: release the created busesMarc-André Lureau2017-03-012-0/+18
| |/
* / hw/block: Request permissionsKevin Wolf2017-02-281-1/+5
|/
* xhci: properties cleanupGerd Hoffmann2017-02-231-3/+26
* usb: ohci: fix error return code in servicing tdLi Qiang2017-02-231-1/+1
* usb: replace handle_destroy with unrealizeMarc-André Lureau2017-02-2311-24/+25
* usb-ccid: add check message size checksGerd Hoffmann2017-02-211-3/+10
* usb-ccid: move header size checkGerd Hoffmann2017-02-211-7/+6Star
* usb-ccid: better bulk_out error handlingGerd Hoffmann2017-02-211-55/+61
* xhci: drop via vendor command handlingGerd Hoffmann2017-02-211-31/+0Star
* xhci: fix nec vendor quirk handlingGerd Hoffmann2017-02-211-15/+29
* xhci: add qemu xhci controllerGerd Hoffmann2017-02-211-4/+36
* xhci: drop ER_FULL_HACK workaroundGerd Hoffmann2017-02-211-106/+11Star
* xhci: apply limits to loopsGerd Hoffmann2017-02-212-1/+15
* usb: ohci: limit the number of link edsLi Qiang2017-02-211-1/+8
* usb: ohci: fix error return code in servicing iso tdLi Qiang2017-02-211-1/+1
* usb: ehci: fix memory leak in ehciLi Qiang2017-02-213-0/+15
* xhci: fix event queue IRQ handlingGerd Hoffmann2017-02-061-0/+13
* usb: ccid: check ccid apdu lengthPrasad J Pandit2017-02-061-1/+1
* xhci: guard xhci_kick_epctx against recursive callsGerd Hoffmann2017-02-061-0/+7
* xhci: don't kick in xhci_submit and xhci_fire_ctl_transferGerd Hoffmann2017-02-061-8/+0Star
* xhci: rename xhci_complete_packet to xhci_try_complete_packetGerd Hoffmann2017-02-061-6/+6
* xhci: only free completed transfersGerd Hoffmann2017-02-061-1/+3
* usb: accept usb3 control requestsGerd Hoffmann2017-02-061-0/+7