aboutsummaryrefslogtreecommitdiff
path: root/usb-linux.c
AgeCommit message (Expand)Author
2007-11-18Add statics and missing #includes for prototypes.pbrook
2007-11-17Break up vl.h.pbrook
2007-10-31Use a O_NONBLOCK pipe for iso completion signals for thread-safety, by Arnon ...balrog
2007-10-04Quiet warnings introduced with the USB iso support.balrog
2007-10-04USB iso transfers support for the linux redirector and for UHCI, by Arnon Gil...balrog
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2006-12-10Build fix for newer kernel headers, thanks Jason Wessel.ths
2006-08-12SCSI and USB async IO support.pbrook
2006-07-19usb destroy API change (Lonnie Mendez)bellard
2006-07-19Linux compilation fixbellard
2006-06-26display device identifier string for user with info usb (Lonnie Mendez)bellard
2006-05-25Rearrange SCSI disk emulation code.pbrook
2006-03-11Tweak UHCI device settings. Ignore host root hubs.pbrook
2005-11-13correct use of USBDEVFS_DISCONNECTbellard
2005-11-06USB user interfacebellard
2005-11-05initial USB supportbellard