aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)Author
2013-06-03xhci: add live migration supportGerd Hoffmann
2013-06-03xhci: add xhci_init_epctxGerd Hoffmann
2013-06-03xhci: add xhci_alloc_epctxGerd Hoffmann
2013-06-03xhci: add XHCISlot->addressedGerd Hoffmann
2013-06-03host-libusb: Correct test for USB packet stateEd Maste
2013-06-03Fix usage of USB_DEV_FLAG_IS_HOST flag.Michael Marineau
2013-05-12remove double semicolonsDong Xu Wang
2013-05-07xhci: handle USB_RET_BABBLEGerd Hoffmann
2013-05-07uhci: Use an intermediate buffer for usb packet dataHans de Goede
2013-05-07usb-host: add usb_host_full_speed_compatGerd Hoffmann
2013-05-07usb-host: live migration support for the libusb versionGerd Hoffmann
2013-05-03scsi: add bus_name parameter to scsi_bus_new.KONRAD Frederic
2013-04-29audio: remove the need for audio card CONFIG_* symbolsPaolo Bonzini
2013-04-27ccid: Fix crash when backend isn't specifiedCole Robinson
2013-04-24dev-smartcard-reader: empty implementation for Mechanical (fail correctly)Alon Levy
2013-04-24dev-smartcard-reader: copy atr protocol to ccid parametersAlon Levy
2013-04-24dev-smartcard-reader: change default protocol to T=0Alon Levy
2013-04-24dev-smartcard-reader: define structs for CCID_Parameter internalsAlon Levy
2013-04-24ccid-card-passthru, dev-smartcard-reader: add debug environment variablesAlon Levy
2013-04-24ccid-card-passthru: add atr checkAlon Levy
2013-04-24dev-smartcard-reader: reuse usb.h definitionsAlon Levy
2013-04-24dev-smartcard-reader: support windows guestAlon Levy
2013-04-24dev-smartcard-reader: remove aborts (never triggered, but just in case)Alon Levy
2013-04-24dev-smartcard-reader: nicer debug messagesAlon Levy
2013-04-24dev-smartcard-reader: white space fixesAlon Levy
2013-04-24ccid: declare DEFAULT_ATR table to be "static const"Jim Meyering
2013-04-24ccid: make backend_enum_table "static const" and adjust usersJim Meyering
2013-04-24ccid-card-emul: do not crash if backend is not providedMarc-André Lureau
2013-04-23usb-host: raise libusbx minimum version to 1.0.13Gerd Hoffmann
2013-04-23usb: better speed mismatch error reportingGerd Hoffmann
2013-04-23ehci_free_packet: Discard finished packets when the queue is haltedHans de Goede
2013-04-23xhci: remove XHCIRing->base (unused)Gerd Hoffmann
2013-04-16use libusb for usb-hostGerd Hoffmann
2013-04-16xhci: fix address deviceGerd Hoffmann
2013-04-16xhci: use slotid as device addressGerd Hoffmann
2013-04-16xhci: fix portsc writesGerd Hoffmann
2013-04-16xhci: add xhci_cap_writeGerd Hoffmann
2013-04-16xhci: remove leftover debug printfGerd Hoffmann
2013-04-16usb-serial: Remove double call to qemu_chr_add_handlers( NULL )Hans de Goede
2013-04-15include: avoid useless includes of exec/ headersPaolo Bonzini
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-04-08Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini
2013-04-08hw: make all of hw/usb/ configurable via default-configs/Paolo Bonzini
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini
2013-04-08hw: move headers to include/Paolo Bonzini
2013-04-08Merge remote-tracking branch 'kraxel/usb.79' into stagingAnthony Liguori
2013-04-05usb-storage: Forward serial number to scsi-diskKevin Wolf
2013-04-03usb-tablet: Don't claim wakeup capability for USB-2 versionHans de Goede
2013-04-03usb-hub: report status changes only onceGerd Hoffmann