summaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
2013-06-24usb: add serial bus propertyGerd Hoffmann4-10/+13
2013-06-24usb-host-libusb: set USB_DEV_FLAG_IS_HOSTGerd Hoffmann1-0/+1
2013-06-24usb/host-libusb: Fix building with libusb git master codeHans de Goede1-0/+4
2013-06-24usb/hcd-ehci: Add Faraday FUSBH200 supportKuo-Jung Su2-0/+87
2013-06-24usb/hcd-ehci: Replace PORTSC macros with variablesKuo-Jung Su4-14/+28
2013-06-24usb/hcd-ehci: Add Tegra2 SysBus EHCI deviceAndreas Färber2-0/+16
2013-06-24usb/hcd-ehci: Split off instance_init from realizeAndreas Färber4-20/+44
2013-06-24usb/hcd-ehci-sysbus: Convert to QOM realizeAndreas Färber4-10/+9
2013-06-20dma: eliminate DMAContextPaolo Bonzini6-27/+27
2013-06-03xhci: add live migration supportGerd Hoffmann1-1/+163
2013-06-03xhci: add xhci_init_epctxGerd Hoffmann1-18/+25
2013-06-03xhci: add xhci_alloc_epctxGerd Hoffmann1-11/+21
2013-06-03xhci: add XHCISlot->addressedGerd Hoffmann1-0/+3
2013-06-03host-libusb: Correct test for USB packet stateEd Maste1-1/+1
2013-06-03Fix usage of USB_DEV_FLAG_IS_HOST flag.Michael Marineau1-1/+1
2013-05-12remove double semicolonsDong Xu Wang1-2/+2
2013-05-07xhci: handle USB_RET_BABBLEGerd Hoffmann1-0/+5
2013-05-07uhci: Use an intermediate buffer for usb packet dataHans de Goede1-8/+13
2013-05-07usb-host: add usb_host_full_speed_compatGerd Hoffmann1-3/+37
2013-05-07usb-host: live migration support for the libusb versionGerd Hoffmann1-5/+49
2013-05-03scsi: add bus_name parameter to scsi_bus_new.KONRAD Frederic2-3/+3
2013-04-29audio: remove the need for audio card CONFIG_* symbolsPaolo Bonzini1-1/+0
2013-04-27ccid: Fix crash when backend isn't specifiedCole Robinson1-2/+8
2013-04-24dev-smartcard-reader: empty implementation for Mechanical (fail correctly)Alon Levy1-0/+4
2013-04-24dev-smartcard-reader: copy atr protocol to ccid parametersAlon Levy1-0/+45
2013-04-24dev-smartcard-reader: change default protocol to T=0Alon Levy1-3/+3
2013-04-24dev-smartcard-reader: define structs for CCID_Parameter internalsAlon Levy1-27/+47
2013-04-24ccid-card-passthru, dev-smartcard-reader: add debug environment variablesAlon Levy2-0/+3
2013-04-24ccid-card-passthru: add atr checkAlon Levy1-0/+59
2013-04-24dev-smartcard-reader: reuse usb.h definitionsAlon Levy1-11/+5
2013-04-24dev-smartcard-reader: support windows guestAlon Levy1-2/+2
2013-04-24dev-smartcard-reader: remove aborts (never triggered, but just in case)Alon Levy1-8/+12
2013-04-24dev-smartcard-reader: nicer debug messagesAlon Levy1-6/+63
2013-04-24dev-smartcard-reader: white space fixesAlon Levy1-0/+4
2013-04-24ccid: declare DEFAULT_ATR table to be "static const"Jim Meyering1-1/+1
2013-04-24ccid: make backend_enum_table "static const" and adjust usersJim Meyering1-3/+3
2013-04-24ccid-card-emul: do not crash if backend is not providedMarc-André Lureau1-0/+3
2013-04-23usb-host: raise libusbx minimum version to 1.0.13Gerd Hoffmann1-5/+0
2013-04-23usb: better speed mismatch error reportingGerd Hoffmann2-6/+32
2013-04-23ehci_free_packet: Discard finished packets when the queue is haltedHans de Goede1-5/+11
2013-04-23xhci: remove XHCIRing->base (unused)Gerd Hoffmann1-3/+1
2013-04-16use libusb for usb-hostGerd Hoffmann2-2/+1461
2013-04-16xhci: fix address deviceGerd Hoffmann1-0/+4
2013-04-16xhci: use slotid as device addressGerd Hoffmann1-22/+3
2013-04-16xhci: fix portsc writesGerd Hoffmann1-7/+35
2013-04-16xhci: add xhci_cap_writeGerd Hoffmann1-0/+7
2013-04-16xhci: remove leftover debug printfGerd Hoffmann1-1/+0
2013-04-16usb-serial: Remove double call to qemu_chr_add_handlers( NULL )Hans de Goede1-9/+0
2013-04-15include: avoid useless includes of exec/ headersPaolo Bonzini1-1/+1
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini5-5/+5