Statistics
| Branch: | Revision:

root / hw / usb @ 9822261c

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.4 kB
hcd-xhci.c 97.4 kB
host-bsd.c 17.7 kB
host-legacy.c 4.1 kB
host-libusb.c 44.1 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
9822261c 05/07/2013 12:34 pm Hans de Goede

uhci: Use an intermediate buffer for usb packet data

Due to various unfortunate reasons we cannot reliable detect a guest
cancelling a packet as soon as it happens, instead we detect cancels
with some delay.

When packets are handled async, and we directly pass the guest memory for...

c3268cc1 05/07/2013 12:34 pm Gerd Hoffmann

usb-host: add usb_host_full_speed_compat

Alloes to pass through usb2 devices on usb1 host controllers if possible.
Brings the libusb implementation to feature-parity with the linux usbfs
code, so the usb-host implementation in 1.5 (libusb) doesn't regress...

95efb20c 05/07/2013 09:19 am Gerd Hoffmann

usb-host: live migration support for the libusb version

Signed-off-by: Gerd Hoffmann <>

11fc853c 05/03/2013 08:05 pm KONRAD Frederic

scsi: add bus_name parameter to scsi_bus_new.

This adds the possibility to create a scsi-bus with a specified name.

Signed-off-by: KONRAD Frederic <>
Acked-by: Paolo Bonzini <>
Tested-by: Cornelia Huck <>...

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 <>

View revisions

Also available in: Atom