]> git.proxmox.com Git - qemu.git/history - hw/usb-uhci.c
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
[qemu.git] / hw / usb-uhci.c
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-09-09 pbrookImplement HID idle mode (avoids flooding guest with...
2007-06-06 thsUse the correct PCI IDs for Malta.
2007-04-07 pbrookUnify IRQ handling.
2007-02-22 thsBasic USB device resume (root hub only), by Lonnie...
2007-01-17 thsFix USB buffer size, by Herbert Xu.
2006-08-12 pbrookSCSI and USB async IO support.
2006-05-22 pbrookFix USB root hub hotplugging.
2006-05-21 pbrookOHCI USB host emulation.
2006-05-13 pbrookRearrange PCI host emulation code.
2006-04-25 bellardfix for HCHALTED status bit
2006-04-24 bellardHCHALTED status bit handling (Lonnie Mendez)
2006-03-11 pbrookAdd missing break statement.
2006-03-11 pbrookTweak UHCI device settings. Ignore host root hubs.
2005-11-19 bellardUSB reset typo (Lonnie Mendez)
2005-11-06 bellardUSB user interface
2005-11-05 bellardsame PCI parameters as PIIX3
2005-11-05 bellardinitial USB support