]> git.proxmox.com Git - mirror_qemu.git/history - usb-linux.c
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[mirror_qemu.git] / usb-linux.c
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