summaryrefslogtreecommitdiffstats
path: root/hw/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: move uhci register defines to header fileGerd Hoffmann2014-06-021-35/+1
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-7' into stagingPeter Maydell2014-05-284-23/+242
|\
| * usb-host-libusb: Set stream id when submitting bulk-stream transfersHans de Goede2014-05-261-4/+17
| * usb-host-libusb: Add alloc / free streams opsHans de Goede2014-05-261-0/+50
| * usb-host-libusb: Fill in endpoint max_streams when availableHans de Goede2014-05-261-0/+12
| * usb-redir: Add support for bulk streamsHans de Goede2014-05-261-5/+132
| * usb-mtp: handle usb_mtp_get_object failureGerd Hoffmann2014-05-261-2/+7
| * usb-mtp: handle lseek failureGerd Hoffmann2014-05-261-1/+4
| * usb-mtp: use bool to track MTPObject init statusGerd Hoffmann2014-05-261-6/+8
| * xhci: add xhci_get_flagGerd Hoffmann2014-05-261-2/+7
| * xhci: add endpoint cap on express bus onlyGerd Hoffmann2014-05-261-2/+4
| * xhci: child detach fixGerd Hoffmann2014-05-261-1/+1
* | usb: add input routing support for tablet and keyboardGerd Hoffmann2014-05-261-0/+13
|/
* usb: fix up post load checksMichael S. Tsirkin2014-05-141-2/+2
* savevm: Remove all the unneeded version_minimum_id_old (usb)Juan Quintela2014-05-148-13/+11
* libcacard: remove libcacard-specific CFLAGS and LIBS from global varsMichael Tokarev2014-05-091-0/+1
* Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140505' i...Peter Maydell2014-05-071-1/+3
|\
| * usb: sanity check setup_index+setup_len in post_loadMichael S. Tsirkin2014-05-051-1/+3
* | usb: mtp: reply INCOMPLETE_TRANSFER on read errorsGerd Hoffmann2014-05-051-1/+3
* | usb: mtp: fix possible buffer overflowGerd Hoffmann2014-05-051-0/+8
* | usb: mtp: drop data-out hexdumpGerd Hoffmann2014-05-051-2/+1
* | usb: mtp: avoid empty description stringGerd Hoffmann2014-05-051-1/+1
* | usb: mtp: fix error path memory leakGerd Hoffmann2014-05-051-0/+2
* | usb: mtp: fix serial (must be exact 32 chars)Gerd Hoffmann2014-05-051-1/+1
* | usb: mtp: fix version (is decimal not bcd)Gerd Hoffmann2014-05-051-1/+1
* | usb: mtp: fix usb_mtp_add_u64Gerd Hoffmann2014-05-051-2/+2
* | usb: mtp: replace debug printfs with trace pointsGerd Hoffmann2014-05-051-4/+4
* | usb-ohci: Add vmstate descriptorAlexey Kardashevskiy2014-05-051-8/+111
|/
* usb: mtp filesharingGerd Hoffmann2014-04-232-0/+1107
* usb: add CompatibleID support to msosGerd Hoffmann2014-04-222-1/+6
* hw/usb/hcd-ohci.c: Avoid shifting left into sign bitPeter Maydell2014-03-271-16/+16
* Add a 'name' parameter to qemu_thread_createDr. David Alan Gilbert2014-03-091-4/+4
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-3' into stagingPeter Maydell2014-02-2013-70/+72
|\
| * xhci: use DPRINTF() instead of fprintf(stderr, ...)Gerd Hoffmann2014-02-181-45/+45
| * xhci: switch debug printf to tracepointGerd Hoffmann2014-02-181-3/+1
| * xhci iso: allow for some latencyGerd Hoffmann2014-02-181-1/+1
| * xhci iso: fix time calculationGerd Hoffmann2014-02-181-2/+2
| * uhci: invalidate queue on device address changesGerd Hoffmann2014-02-181-0/+2
| * xhci: fix overflow in usb_xhci_post_loadGerd Hoffmann2014-02-181-1/+1
| * usb: Remove magic constants from device bmAttributesPantelis Koukousoulas2014-02-1811-18/+20
* | Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell2014-02-201-2/+2
|\ \
| * | qdev: Remove hex8/32/64 property typesPaolo Bonzini2014-02-141-2/+2
* | | Use error_is_set() only when necessaryMarkus Armbruster2014-02-171-1/+1
| |/ |/|
* | qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov2014-02-104-4/+4
|/
* usb-hid: add microsoft os descriptor supportGerd Hoffmann2014-01-161-0/+8
* usb: add support for microsoft os descriptorsGerd Hoffmann2014-01-165-6/+280
* Merge remote-tracking branch 'kraxel/tags/pull-usb-1' into stagingAnthony Liguori2013-12-068-87/+290
|\
| * usb: move usb_{hi,lo} helpers to header file.Gerd Hoffmann2013-11-282-10/+11
| * Revert "usb-tablet: Don't claim wakeup capability for USB-2 version"Gerd Hoffmann2013-11-281-1/+1
| * ehci: implement port wakeupGerd Hoffmann2013-11-281-2/+16
OpenPOWER on IntegriCloud