summaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-8/+0
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-8/+0
2014-08-15usb: don't use 'Yoda conditions'Gonglei3-4/+4
2014-07-23usb: mtp: tag root property as experimentalGerd Hoffmann1-1/+1
2014-07-22vmstate_xhci_event: fix unterminated field listLaszlo Ersek1-0/+1
2014-07-18hw/usb: Add missing 'static' attributeStefan Weil1-1/+1
2014-07-11mtp: linux guest detection fix.Gerd Hoffmann1-0/+4
2014-07-01ccid-card-emulated: use EventNotifierPaolo Bonzini1-19/+10
2014-07-01usb: initialize libusb_device to avoid crashJincheng Miao1-2/+2
2014-07-01usb: Fix usb-bt-dongle initialization.Hani Benhabiles1-8/+16
2014-06-30serial: poll the serial console with G_IO_HUPRoger Pau Monne1-1/+1
2014-06-23migration: Remove unneeded minimum_version_id_oldJuan Quintela1-5/+2
2014-06-16blockdev: Rename drive_init(), drive_uninit() to drive_new(), drive_del()Markus Armbruster1-1/+1
2014-06-13usb-host: add range checks for usb-host parametersGerd Hoffmann1-0/+13
2014-06-02xhci: order superspeed ports firstGerd Hoffmann1-8/+37
2014-06-02xhci: make port reset trace point more verboseGerd Hoffmann1-1/+1
2014-06-02usb: add usb_pick_speedGerd Hoffmann2-12/+21
2014-06-02usb-host: add HAVE_STREAMS defineGerd Hoffmann1-7/+11
2014-06-02usb-host: allow attaching usb3 devices to ehciGerd Hoffmann1-8/+54
2014-06-02usb: move ehci register defines to header fileGerd Hoffmann1-78/+1
2014-06-02usb: move uhci register defines to header fileGerd Hoffmann1-35/+1
2014-05-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-7' into stagingPeter Maydell4-23/+242
2014-05-26usb: add input routing support for tablet and keyboardGerd Hoffmann1-0/+13
2014-05-26usb-host-libusb: Set stream id when submitting bulk-stream transfersHans de Goede1-4/+17
2014-05-26usb-host-libusb: Add alloc / free streams opsHans de Goede1-0/+50
2014-05-26usb-host-libusb: Fill in endpoint max_streams when availableHans de Goede1-0/+12
2014-05-26usb-redir: Add support for bulk streamsHans de Goede1-5/+132
2014-05-26usb-mtp: handle usb_mtp_get_object failureGerd Hoffmann1-2/+7
2014-05-26usb-mtp: handle lseek failureGerd Hoffmann1-1/+4
2014-05-26usb-mtp: use bool to track MTPObject init statusGerd Hoffmann1-6/+8
2014-05-26xhci: add xhci_get_flagGerd Hoffmann1-2/+7
2014-05-26xhci: add endpoint cap on express bus onlyGerd Hoffmann1-2/+4
2014-05-26xhci: child detach fixGerd Hoffmann1-1/+1
2014-05-14usb: fix up post load checksMichael S. Tsirkin1-2/+2
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (usb)Juan Quintela8-13/+11
2014-05-09libcacard: remove libcacard-specific CFLAGS and LIBS from global varsMichael Tokarev1-0/+1
2014-05-07Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140505' i...Peter Maydell1-1/+3
2014-05-05usb: sanity check setup_index+setup_len in post_loadMichael S. Tsirkin1-1/+3
2014-05-05usb: mtp: reply INCOMPLETE_TRANSFER on read errorsGerd Hoffmann1-1/+3
2014-05-05usb: mtp: fix possible buffer overflowGerd Hoffmann1-0/+8
2014-05-05usb: mtp: drop data-out hexdumpGerd Hoffmann1-2/+1
2014-05-05usb: mtp: avoid empty description stringGerd Hoffmann1-1/+1
2014-05-05usb: mtp: fix error path memory leakGerd Hoffmann1-0/+2
2014-05-05usb: mtp: fix serial (must be exact 32 chars)Gerd Hoffmann1-1/+1
2014-05-05usb: mtp: fix version (is decimal not bcd)Gerd Hoffmann1-1/+1
2014-05-05usb: mtp: fix usb_mtp_add_u64Gerd Hoffmann1-2/+2
2014-05-05usb: mtp: replace debug printfs with trace pointsGerd Hoffmann1-4/+4
2014-05-05usb-ohci: Add vmstate descriptorAlexey Kardashevskiy1-8/+111
2014-04-23usb: mtp filesharingGerd Hoffmann2-0/+1107
2014-04-22usb: add CompatibleID support to msosGerd Hoffmann2-1/+6