]> git.ipfire.org Git - thirdparty/qemu.git/history - usb-linux.c
Sparc32: convert cs4231 to qdev
[thirdparty/qemu.git] / usb-linux.c
2009-07-10  Mark McLoughlinPrefer sysfs for USB host devices
2009-05-22  Jason WesselUSB serial device support
2009-03-05  aliguorimonitor: Rework API (Jan Kiszka)
2009-02-05  aliguoritoplevel: remove error handling from qemu_malloc()...
2008-12-28  blueswir1Suppress a -Werror=format-security warning
2008-11-22  blueswir1Native BSD host USB support (Juergen Lock, Lonnie Mendez)
2008-11-22  blueswir1Use qemu_isfoobar and qemu_towombat versions, based...
2008-10-28  pbrookUse locally defined structure.
2008-10-25  blueswir1Silence warnings about unused variables
2008-10-21  aliguoriKeep usb host scanning from leaking file descriptors
2008-10-21  aliguoriFix broken USB support for Linux host (Bjorn Danielsson)
2008-10-07  aliguoriAdd USB sys file-system support (v8) (TJ)
2008-09-22  aliguoriDon't use sprintf() or strcpy()
2008-09-15  blueswir1Define a few structures instead of including a file...
2008-09-14  aliguoriusb: Support for removing device by host addr, improved...
2008-09-14  aliguorihusb: Make control transactions asynchronous (Max Krasn...
2008-08-21  aliguorihusb: Fixup printfs and stuff based on the review comme...
2008-08-21  aliguorihusb: remove disconnect detection timer (Max Krasnyansky)
2008-08-21  aliguorihusb: rewrite Linux host USB layer, fully async operati...
2008-08-21  aliguorihusb: support for USB host device auto connect (Max...
2008-08-21  aliguorihusb: support for USB host device auto disconnect ...
2007-11-18  pbrookAdd statics and missing #includes for prototypes.
2007-11-17  pbrookBreak up vl.h.
2007-10-31  balrogUse a O_NONBLOCK pipe for iso completion signals for...
2007-10-04  balrogQuiet warnings introduced with the USB iso support.
2007-10-04  balrogUSB iso transfers support for the linux redirector...
2007-09-17  thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16  thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2006-12-10  thsBuild fix for newer kernel headers, thanks Jason Wessel.
2006-08-12  pbrookSCSI and USB async IO support.
2006-07-19  bellardusb destroy API change (Lonnie Mendez)
2006-07-19  bellardLinux compilation fix
2006-06-26  bellarddisplay device identifier string for user with info...
2006-05-25  pbrookRearrange SCSI disk emulation code.
2006-03-11  pbrookTweak UHCI device settings. Ignore host root hubs.
2005-11-13  bellardcorrect use of USBDEVFS_DISCONNECT
2005-11-06  bellardUSB user interface
2005-11-05  bellardinitial USB support