aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)Author
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
2013-04-03usb-hub: limit chain lengthGerd Hoffmann
2013-04-03xhci: zap unused name fieldGerd Hoffmann
2013-04-03xhci: remove unimplemented printfsGerd Hoffmann
2013-04-03xhci: remove leftover debug printfGerd Hoffmann
2013-04-03xhci: fix numintrs sanity checksGerd Hoffmann
2013-04-03usb-redir: Add flow control supportHans de Goede
2013-04-03usb-redir: Fix crash on migration with no client connectedHans de Goede
2013-03-27qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlersHans de Goede
2013-03-27qemu-char: Rename opened to be_openHans de Goede
2013-03-26pcie: Add endpoint capability initialization wrapperAlex Williamson
2013-03-01hw: move qdev-monitor.o to toplevel directoryPaolo Bonzini
2013-02-23xhci: fix bad print specifierHervé Poussineau
2013-02-22unbreak hw/usb/redirect.c buildGerd Hoffmann
2013-02-19uas-uas: usb3 streamsGerd Hoffmann