aboutsummaryrefslogtreecommitdiff
path: root/usb-linux.c
AgeCommit message (Expand)Author
2009-03-05monitor: Rework API (Jan Kiszka)aliguori
2009-02-05toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2008-12-28Suppress a -Werror=format-security warningblueswir1
2008-11-22Native BSD host USB support (Juergen Lock, Lonnie Mendez)blueswir1
2008-11-22Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Eggerblueswir1
2008-10-28Use locally defined structure.pbrook
2008-10-25Silence warnings about unused variablesblueswir1
2008-10-21Keep usb host scanning from leaking file descriptorsaliguori
2008-10-21Fix broken USB support for Linux host (Bjorn Danielsson)aliguori
2008-10-07Add USB sys file-system support (v8) (TJ)aliguori
2008-09-22Don't use sprintf() or strcpy()aliguori
2008-09-15Define a few structures instead of including a file, add "static"blueswir1
2008-09-14usb: Support for removing device by host addr, improved auto filter syntax (M...aliguori
2008-09-14husb: Make control transactions asynchronous (Max Krasnyansky)aliguori
2008-08-21husb: Fixup printfs and stuff based on the review comments (Max Krasnyansky)aliguori
2008-08-21husb: remove disconnect detection timer (Max Krasnyansky)aliguori
2008-08-21husb: rewrite Linux host USB layer, fully async operation (Max Krasnyansky)aliguori
2008-08-21husb: support for USB host device auto connect (Max Krasnyansky)aliguori
2008-08-21husb: support for USB host device auto disconnect (Max Krasnyansky)aliguori
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