index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-24
dev-smartcard-reader: empty implementation for Mechanical (fail correctly)
Alon Levy
1
-0
/
+4
2013-04-24
dev-smartcard-reader: copy atr protocol to ccid parameters
Alon Levy
1
-0
/
+45
2013-04-24
dev-smartcard-reader: change default protocol to T=0
Alon Levy
1
-3
/
+3
2013-04-24
dev-smartcard-reader: define structs for CCID_Parameter internals
Alon Levy
1
-27
/
+47
2013-04-24
ccid-card-passthru, dev-smartcard-reader: add debug environment variables
Alon Levy
2
-0
/
+3
2013-04-24
ccid-card-passthru: add atr check
Alon Levy
1
-0
/
+59
2013-04-24
dev-smartcard-reader: reuse usb.h definitions
Alon Levy
1
-11
/
+5
2013-04-24
dev-smartcard-reader: support windows guest
Alon Levy
1
-2
/
+2
2013-04-24
dev-smartcard-reader: remove aborts (never triggered, but just in case)
Alon Levy
1
-8
/
+12
2013-04-24
dev-smartcard-reader: nicer debug messages
Alon Levy
1
-6
/
+63
2013-04-24
dev-smartcard-reader: white space fixes
Alon Levy
1
-0
/
+4
2013-04-24
ccid: declare DEFAULT_ATR table to be "static const"
Jim Meyering
1
-1
/
+1
2013-04-24
ccid: make backend_enum_table "static const" and adjust users
Jim Meyering
1
-3
/
+3
2013-04-24
ccid-card-emul: do not crash if backend is not provided
Marc-André Lureau
1
-0
/
+3
2013-04-23
usb-host: raise libusbx minimum version to 1.0.13
Gerd Hoffmann
1
-5
/
+0
2013-04-23
usb: better speed mismatch error reporting
Gerd Hoffmann
2
-6
/
+32
2013-04-23
ehci_free_packet: Discard finished packets when the queue is halted
Hans de Goede
1
-5
/
+11
2013-04-23
xhci: remove XHCIRing->base (unused)
Gerd Hoffmann
1
-3
/
+1
2013-04-16
use libusb for usb-host
Gerd Hoffmann
2
-2
/
+1461
2013-04-16
xhci: fix address device
Gerd Hoffmann
1
-0
/
+4
2013-04-16
xhci: use slotid as device address
Gerd Hoffmann
1
-22
/
+3
2013-04-16
xhci: fix portsc writes
Gerd Hoffmann
1
-7
/
+35
2013-04-16
xhci: add xhci_cap_write
Gerd Hoffmann
1
-0
/
+7
2013-04-16
xhci: remove leftover debug printf
Gerd Hoffmann
1
-1
/
+0
2013-04-16
usb-serial: Remove double call to qemu_chr_add_handlers( NULL )
Hans de Goede
1
-9
/
+0
2013-04-15
include: avoid useless includes of exec/ headers
Paolo Bonzini
1
-1
/
+1
2013-04-15
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
5
-5
/
+5
2013-04-08
Merge remote-tracking branch 'bonzini/hw-dirs' into staging
Anthony Liguori
9
-7
/
+1031
2013-04-08
hw: move private headers to hw/ subdirectories.
Paolo Bonzini
4
-3
/
+68
2013-04-08
hw: make all of hw/usb/ configurable via default-configs/
Paolo Bonzini
1
-0
/
+1
2013-04-08
hw: move target-independent files to subdirectories
Paolo Bonzini
3
-1
/
+959
2013-04-08
hw: move headers to include/
Paolo Bonzini
4
-5
/
+5
2013-04-08
Merge remote-tracking branch 'kraxel/usb.79' into staging
Anthony Liguori
5
-19
/
+62
2013-04-05
usb-storage: Forward serial number to scsi-disk
Kevin Wolf
1
-1
/
+1
2013-04-03
usb-tablet: Don't claim wakeup capability for USB-2 version
Hans de Goede
1
-1
/
+1
2013-04-03
usb-hub: report status changes only once
Gerd Hoffmann
1
-1
/
+5
2013-04-03
usb-hub: limit chain length
Gerd Hoffmann
2
-0
/
+8
2013-04-03
xhci: zap unused name field
Gerd Hoffmann
1
-1
/
+0
2013-04-03
xhci: remove unimplemented printfs
Gerd Hoffmann
1
-13
/
+9
2013-04-03
xhci: remove leftover debug printf
Gerd Hoffmann
1
-2
/
+0
2013-04-03
xhci: fix numintrs sanity checks
Gerd Hoffmann
1
-0
/
+3
2013-04-03
usb-redir: Add flow control support
Hans de Goede
1
-1
/
+32
2013-04-03
usb-redir: Fix crash on migration with no client connected
Hans de Goede
1
-0
/
+4
2013-03-27
qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlers
Hans de Goede
1
-2
/
+0
2013-03-27
qemu-char: Rename opened to be_open
Hans de Goede
2
-2
/
+2
2013-03-26
pcie: Add endpoint capability initialization wrapper
Alex Williamson
1
-1
/
+1
2013-03-01
hw: move qdev-monitor.o to toplevel directory
Paolo Bonzini
1
-0
/
+1
2013-02-23
xhci: fix bad print specifier
Hervé Poussineau
1
-2
/
+2
2013-02-22
unbreak hw/usb/redirect.c build
Gerd Hoffmann
1
-1
/
+1
2013-02-19
uas-uas: usb3 streams
Gerd Hoffmann
1
-42
/
+205
[next]