aboutsummaryrefslogtreecommitdiffstats
path: root/usb-linux.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-22Native BSD host USB support (Juergen Lock, Lonnie Mendez)blueswir11-23/+0
2008-11-22Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Eggerblueswir11-1/+1
2008-10-28Use locally defined structure.pbrook1-1/+1
2008-10-25Silence warnings about unused variablesblueswir11-5/+5
2008-10-21Keep usb host scanning from leaking file descriptorsaliguori1-5/+11
2008-10-21Fix broken USB support for Linux host (Bjorn Danielsson)aliguori1-1/+2
2008-10-07Add USB sys file-system support (v8) (TJ)aliguori1-10/+218
2008-09-22Don't use sprintf() or strcpy()aliguori1-10/+10
2008-09-15Define a few structures instead of including a file, add "static"blueswir11-2/+20
2008-09-14usb: Support for removing device by host addr, improved auto filter syntax (M...aliguori1-31/+172
2008-09-14husb: Make control transactions asynchronous (Max Krasnyansky)aliguori1-93/+371
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