Age | Commit message (Expand) | Author |
2011-05-26 | usb: add usb_handle_packet | Gerd Hoffmann |
2011-05-26 | usb: Pass the packet to the device's handle_control callback | Hans de Goede |
2011-05-26 | usb: update config descriptors to identify number of interfaces | Brad Hards |
2011-05-04 | usb: move complete callback to port ops | Gerd Hoffmann |
2011-01-24 | usb hub: add migration support | Gerd Hoffmann |
2011-01-12 | usb: zap pdev from usbport | Gerd Hoffmann |
2011-01-11 | usb: keep track of physical port address. | Gerd Hoffmann |
2011-01-11 | usb: add speed mask to ports | Gerd Hoffmann |
2011-01-11 | usb: hub: remote wakeup support. | Gerd Hoffmann |
2011-01-11 | usb: rework attach/detach workflow | Gerd Hoffmann |
2011-01-11 | usb: create USBPortOps, move attach there. | Gerd Hoffmann |
2011-01-11 | usb: move remote wakeup handling to common code | Gerd Hoffmann |
2011-01-11 | usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common code | Gerd Hoffmann |
2011-01-11 | usb: move USB_REQ_SET_ADDRESS handling to common code | Gerd Hoffmann |
2011-01-11 | usb hub: use new descriptor infrastructure. | Gerd Hoffmann |
2010-12-11 | Record which USBDevice USBPort belongs too. | Gleb Natapov |
2010-12-11 | Introduce fw_name field to DeviceInfo structure. | Gleb Natapov |
2010-04-25 | usb: remove dead assignments, spotted by clang analyzer | Blue Swirl |
2009-12-18 | Make USB hid devices self-powered | Riku Voipio |
2009-12-12 | qdev: Replace device names containing whitespace | Markus Armbruster |
2009-12-12 | qdev: Separate USB product description from qdev name | Markus Armbruster |
2009-10-05 | usb: hook unplug into qdev, cleanups + fixes. | Gerd Hoffmann |
2009-09-09 | qdev/usb: make qemu aware of usb busses. | Gerd Hoffmann |
2009-09-09 | qdev/usb: add usb bus support to qdev, convert drivers. | Gerd Hoffmann |
2009-02-05 | hw: remove error handling from qemu_malloc() callers (Avi Kivity) | aliguori |
2007-11-17 | Break up vl.h. | pbrook |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths |
2006-08-12 | SCSI and USB async IO support. | pbrook |
2006-07-19 | usb destroy API change (Lonnie Mendez) | bellard |
2006-06-26 | display device identifier string for user with info usb (Lonnie Mendez) | bellard |
2006-05-25 | Rearrange SCSI disk emulation code. | pbrook |
2006-05-21 | OHCI USB host emulation. | pbrook |
2006-05-05 | patch in bLength for hub descriptor (Lonnie Mendez) | bellard |
2006-04-30 | fixes for more than 8 ports - return NAK if no change - FreeBSD workaround (L... | bellard |
2006-04-24 | do not set PORT_STAT_C_ENABLE when doing port reset (Lonnie Mendez) | bellard |
2006-04-24 | separate file for usb hub device | bellard |