index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usb-linux.c
Age
Commit message (
Expand
)
Author
2008-10-25
Silence warnings about unused variables
blueswir1
2008-10-21
Keep usb host scanning from leaking file descriptors
aliguori
2008-10-21
Fix broken USB support for Linux host (Bjorn Danielsson)
aliguori
2008-10-07
Add USB sys file-system support (v8) (TJ)
aliguori
2008-09-22
Don't use sprintf() or strcpy()
aliguori
2008-09-15
Define a few structures instead of including a file, add "static"
blueswir1
2008-09-14
usb: Support for removing device by host addr, improved auto filter syntax (M...
aliguori
2008-09-14
husb: Make control transactions asynchronous (Max Krasnyansky)
aliguori
2008-08-21
husb: Fixup printfs and stuff based on the review comments (Max Krasnyansky)
aliguori
2008-08-21
husb: remove disconnect detection timer (Max Krasnyansky)
aliguori
2008-08-21
husb: rewrite Linux host USB layer, fully async operation (Max Krasnyansky)
aliguori
2008-08-21
husb: support for USB host device auto connect (Max Krasnyansky)
aliguori
2008-08-21
husb: support for USB host device auto disconnect (Max Krasnyansky)
aliguori
2007-11-18
Add statics and missing #includes for prototypes.
pbrook
2007-11-17
Break up vl.h.
pbrook
2007-10-31
Use a O_NONBLOCK pipe for iso completion signals for thread-safety, by Arnon ...
balrog
2007-10-04
Quiet warnings introduced with the USB iso support.
balrog
2007-10-04
USB iso transfers support for the linux redirector and for UHCI, by Arnon Gil...
balrog
2007-09-17
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2006-12-10
Build fix for newer kernel headers, thanks Jason Wessel.
ths
2006-08-12
SCSI and USB async IO support.
pbrook
2006-07-19
usb destroy API change (Lonnie Mendez)
bellard
2006-07-19
Linux compilation fix
bellard
2006-06-26
display device identifier string for user with info usb (Lonnie Mendez)
bellard
2006-05-25
Rearrange SCSI disk emulation code.
pbrook
2006-03-11
Tweak UHCI device settings. Ignore host root hubs.
pbrook
2005-11-13
correct use of USBDEVFS_DISCONNECT
bellard
2005-11-06
USB user interface
bellard
2005-11-05
initial USB support
bellard