aboutsummaryrefslogtreecommitdiffstats
path: root/usb-linux.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-21husb: Fixup printfs and stuff based on the review comments (Max Krasnyansky)aliguori1-7/+4
2008-08-21husb: remove disconnect detection timer (Max Krasnyansky)aliguori1-31/+6
2008-08-21husb: rewrite Linux host USB layer, fully async operation (Max Krasnyansky)aliguori1-278/+182
2008-08-21husb: support for USB host device auto connect (Max Krasnyansky)aliguori1-14/+195
2008-08-21husb: support for USB host device auto disconnect (Max Krasnyansky)aliguori1-9/+47
2007-11-18Add statics and missing #includes for prototypes.pbrook1-4/+4
2007-11-17Break up vl.h.pbrook1-1/+3
2007-10-31Use a O_NONBLOCK pipe for iso completion signals for thread-safety, by Arnon ...balrog1-22/+29
2007-10-04Quiet warnings introduced with the USB iso support.balrog1-43/+46
2007-10-04USB iso transfers support for the linux redirector and for UHCI, by Arnon Gil...balrog1-61/+503
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-4/+4
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-31/+31
2006-12-10Build fix for newer kernel headers, thanks Jason Wessel.ths1-1/+0
2006-08-12SCSI and USB async IO support.pbrook1-6/+5
2006-07-19usb destroy API change (Lonnie Mendez)bellard1-9/+11
2006-07-19Linux compilation fixbellard1-0/+9
2006-06-26display device identifier string for user with info usb (Lonnie Mendez)bellard1-3/+27
2006-05-25Rearrange SCSI disk emulation code.pbrook1-1/+1
2006-03-11Tweak UHCI device settings. Ignore host root hubs.pbrook1-2/+4
2005-11-13correct use of USBDEVFS_DISCONNECTbellard1-4/+9
2005-11-06USB user interfacebellard1-85/+256
2005-11-05initial USB supportbellard1-0/+309