Statistics
| Branch: | Revision:

root / hw / usb @ baaeda08

Name Size
Makefile.objs 1.2 kB
bus.c 17.3 kB
ccid-card-emulated.c 18.7 kB
ccid-card-passthru.c 12.3 kB
ccid.h 1.9 kB
combined-packet.c 6.4 kB
core.c 22.1 kB
desc.c 22.6 kB
desc.h 7.9 kB
dev-audio.c 22.8 kB
dev-bluetooth.c 17.1 kB
dev-hid.c 22.7 kB
dev-hub.c 17.4 kB
dev-network.c 43.6 kB
dev-serial.c 17.2 kB
dev-smartcard-reader.c 46.5 kB
dev-storage.c 21.9 kB
dev-uas.c 26.9 kB
dev-wacom.c 10.2 kB
hcd-ehci-pci.c 6.5 kB
hcd-ehci-sysbus.c 3 kB
hcd-ehci.c 73.5 kB
hcd-ehci.h 11.1 kB
hcd-musb.c 44 kB
hcd-ohci.c 55.3 kB
hcd-uhci.c 38.3 kB
hcd-xhci.c 97.4 kB
host-bsd.c 17.7 kB
host-legacy.c 4.1 kB
host-libusb.c 41.6 kB
host-linux.c 54.4 kB
host-stub.c 1.8 kB
host.h 1.7 kB
libhw.c 2.3 kB
quirks-ftdi-ids.h 46.5 kB
quirks-pl2303-ids.h 4.1 kB
quirks.c 1.7 kB
quirks.h 48.9 kB
redirect.c 77.2 kB

Latest revisions

# Date Author Comment
36cd6f6f 04/29/2013 08:16 pm Paolo Bonzini

audio: remove the need for audio card CONFIG_* symbols

Signed-off-by: Paolo Bonzini <>
Message-id:
Signed-off-by: Anthony Liguori <>

ae12e3a6 04/27/2013 02:38 am Cole Robinson

ccid: Fix crash when backend isn't specified

Reproducer:

./x86_64-softmmu/qemu-system-x86_64 -device usb-ccid,id=ccid0 -usb -device ccid-card-emulated -monitor stdio

Signed-off-by: Cole Robinson <>
Reviewed-by: Alon Levy <>

58aeda15 04/24/2013 11:48 am Alon Levy

dev-smartcard-reader: empty implementation for Mechanical (fail correctly)

Signed-off-by: Alon Levy <>
Reviewed-by: Marc-André Lureau <>

2f8f916b 04/24/2013 11:48 am Alon Levy

dev-smartcard-reader: copy atr protocol to ccid parameters

Adds todos.

Signed-off-by: Alon Levy <>
Reviewed-by: Marc-André Lureau <>

d7d218ef 04/24/2013 11:47 am Alon Levy

dev-smartcard-reader: change default protocol to T=0

We don't support T=1 so we shouldn't advertise it by default.

Two independent changes:
  • Default ATR
    sets T=0. This gets overwritten by the client provided ATR later.
  • Class descriptor
    changes dwAdvertise dwProtocols.PPPP to 0x1 and dwProtocols.RRRR=0 per spec....
4942d6c3 04/24/2013 11:47 am Alon Levy

dev-smartcard-reader: define structs for CCID_Parameter internals

Signed-off-by: Alon Levy <>
Reviewed-by: Marc-André Lureau <>

b16352ac 04/24/2013 11:47 am Alon Levy

ccid-card-passthru, dev-smartcard-reader: add debug environment variables

Introduces a new utility function: parse_debug_env to avoid code
duplication.

This overrides whatever debug value is set on the corresponding devices
from the command line, and is meant to ease the usage with any...

0e61400c 04/24/2013 11:47 am Alon Levy

ccid-card-passthru: add atr check

Signed-off-by: Alon Levy <>
Reviewed-by: Marc-André Lureau <>

693e4773 04/24/2013 11:47 am Alon Levy

dev-smartcard-reader: reuse usb.h definitions

Signed-off-by: Alon Levy <>
Reviewed-by: Marc-André Lureau <>

c5cd7c87 04/24/2013 11:47 am Alon Levy

dev-smartcard-reader: support windows guest

By not advertising USB wakeup support (which we don't).

Signed-off-by: Alon Levy <>
Reviewed-by: Marc-André Lureau <>

View revisions

Also available in: Atom