summaryrefslogtreecommitdiffstats
path: root/hw/usb
Commit message (Expand)AuthorAgeFilesLines
* audio: remove the need for audio card CONFIG_* symbolsPaolo Bonzini2013-04-291-1/+0
* ccid: Fix crash when backend isn't specifiedCole Robinson2013-04-271-2/+8
* dev-smartcard-reader: empty implementation for Mechanical (fail correctly)Alon Levy2013-04-241-0/+4
* dev-smartcard-reader: copy atr protocol to ccid parametersAlon Levy2013-04-241-0/+45
* dev-smartcard-reader: change default protocol to T=0Alon Levy2013-04-241-3/+3
* dev-smartcard-reader: define structs for CCID_Parameter internalsAlon Levy2013-04-241-27/+47
* ccid-card-passthru, dev-smartcard-reader: add debug environment variablesAlon Levy2013-04-242-0/+3
* ccid-card-passthru: add atr checkAlon Levy2013-04-241-0/+59
* dev-smartcard-reader: reuse usb.h definitionsAlon Levy2013-04-241-11/+5
* dev-smartcard-reader: support windows guestAlon Levy2013-04-241-2/+2
* dev-smartcard-reader: remove aborts (never triggered, but just in case)Alon Levy2013-04-241-8/+12
* dev-smartcard-reader: nicer debug messagesAlon Levy2013-04-241-6/+63
* dev-smartcard-reader: white space fixesAlon Levy2013-04-241-0/+4
* ccid: declare DEFAULT_ATR table to be "static const"Jim Meyering2013-04-241-1/+1
* ccid: make backend_enum_table "static const" and adjust usersJim Meyering2013-04-241-3/+3
* ccid-card-emul: do not crash if backend is not providedMarc-André Lureau2013-04-241-0/+3
* usb-host: raise libusbx minimum version to 1.0.13Gerd Hoffmann2013-04-231-5/+0
* usb: better speed mismatch error reportingGerd Hoffmann2013-04-232-6/+32
* ehci_free_packet: Discard finished packets when the queue is haltedHans de Goede2013-04-231-5/+11
* xhci: remove XHCIRing->base (unused)Gerd Hoffmann2013-04-231-3/+1
* use libusb for usb-hostGerd Hoffmann2013-04-162-2/+1461
* xhci: fix address deviceGerd Hoffmann2013-04-161-0/+4
* xhci: use slotid as device addressGerd Hoffmann2013-04-161-22/+3
* xhci: fix portsc writesGerd Hoffmann2013-04-161-7/+35
* xhci: add xhci_cap_writeGerd Hoffmann2013-04-161-0/+7
* xhci: remove leftover debug printfGerd Hoffmann2013-04-161-1/+0
* usb-serial: Remove double call to qemu_chr_add_handlers( NULL )Hans de Goede2013-04-161-9/+0
* include: avoid useless includes of exec/ headersPaolo Bonzini2013-04-151-1/+1
* sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-155-5/+5
* Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori2013-04-089-7/+1031
|\
| * hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-084-3/+68
| * hw: make all of hw/usb/ configurable via default-configs/Paolo Bonzini2013-04-081-0/+1
| * hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-083-1/+959
| * hw: move headers to include/Paolo Bonzini2013-04-084-5/+5
* | Merge remote-tracking branch 'kraxel/usb.79' into stagingAnthony Liguori2013-04-085-19/+62
|\ \ | |/ |/|
| * usb-tablet: Don't claim wakeup capability for USB-2 versionHans de Goede2013-04-031-1/+1
| * usb-hub: report status changes only onceGerd Hoffmann2013-04-031-1/+5
| * usb-hub: limit chain lengthGerd Hoffmann2013-04-032-0/+8
| * xhci: zap unused name fieldGerd Hoffmann2013-04-031-1/+0
| * xhci: remove unimplemented printfsGerd Hoffmann2013-04-031-13/+9
| * xhci: remove leftover debug printfGerd Hoffmann2013-04-031-2/+0
| * xhci: fix numintrs sanity checksGerd Hoffmann2013-04-031-0/+3
| * usb-redir: Add flow control supportHans de Goede2013-04-031-1/+32
| * usb-redir: Fix crash on migration with no client connectedHans de Goede2013-04-031-0/+4
* | usb-storage: Forward serial number to scsi-diskKevin Wolf2013-04-051-1/+1
|/
* qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlersHans de Goede2013-03-271-2/+0
* qemu-char: Rename opened to be_openHans de Goede2013-03-272-2/+2
* pcie: Add endpoint capability initialization wrapperAlex Williamson2013-03-261-1/+1
* hw: move qdev-monitor.o to toplevel directoryPaolo Bonzini2013-03-011-0/+1
* xhci: fix bad print specifierHervé Poussineau2013-02-231-2/+2
OpenPOWER on IntegriCloud