summaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-08Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori9-7/+1031
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini4-3/+68
2013-04-08hw: make all of hw/usb/ configurable via default-configs/Paolo Bonzini1-0/+1
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini3-1/+959
2013-04-08hw: move headers to include/Paolo Bonzini4-5/+5
2013-04-08Merge remote-tracking branch 'kraxel/usb.79' into stagingAnthony Liguori5-19/+62
2013-04-05usb-storage: Forward serial number to scsi-diskKevin Wolf1-1/+1
2013-04-03usb-tablet: Don't claim wakeup capability for USB-2 versionHans de Goede1-1/+1
2013-04-03usb-hub: report status changes only onceGerd Hoffmann1-1/+5