aboutsummaryrefslogtreecommitdiffstats
path: root/hw/usb-hub.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-24usb hub: add migration supportGerd Hoffmann1-0/+24
2011-01-12usb: zap pdev from usbportGerd Hoffmann1-1/+1
2011-01-11usb: keep track of physical port address.Gerd Hoffmann1-0/+11
2011-01-11usb: add speed mask to portsGerd Hoffmann1-1/+2
2011-01-11usb: hub: remote wakeup support.Gerd Hoffmann1-0/+12
2011-01-11usb: rework attach/detach workflowGerd Hoffmann1-26/+20
2011-01-11usb: create USBPortOps, move attach there.Gerd Hoffmann1-1/+5
2011-01-11usb: move remote wakeup handling to common codeGerd Hoffmann1-22/+0
2011-01-11usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common codeGerd Hoffmann1-8/+1
2011-01-11usb: move USB_REQ_SET_ADDRESS handling to common codeGerd Hoffmann1-4/+0
2011-01-11usb hub: use new descriptor infrastructure.Gerd Hoffmann1-63/+78
2010-12-11Record which USBDevice USBPort belongs too.Gleb Natapov1-1/+1
2010-12-11Introduce fw_name field to DeviceInfo structure.Gleb Natapov1-0/+1
2010-04-25usb: remove dead assignments, spotted by clang analyzerBlue Swirl1-2/+1
2009-12-18Make USB hid devices self-poweredRiku Voipio1-1/+1
2009-12-12qdev: Replace device names containing whitespaceMarkus Armbruster1-1/+1
2009-12-12qdev: Separate USB product description from qdev nameMarkus Armbruster1-0/+1
2009-10-05usb: hook unplug into qdev, cleanups + fixes.Gerd Hoffmann1-1/+5
2009-09-09qdev/usb: make qemu aware of usb busses.Gerd Hoffmann1-6/+2
2009-09-09qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann1-20/+29
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2007-11-17Break up vl.h.pbrook1-1/+2
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-4/+4
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-11/+11
2006-08-12SCSI and USB async IO support.pbrook1-28/+18
2006-07-19usb destroy API change (Lonnie Mendez)bellard1-3/+9
2006-06-26display device identifier string for user with info usb (Lonnie Mendez)bellard1-0/+2
2006-05-25Rearrange SCSI disk emulation code.pbrook1-1/+3
2006-05-21OHCI USB host emulation.pbrook1-5/+8
2006-05-05patch in bLength for hub descriptor (Lonnie Mendez)bellard1-1/+2
2006-04-30fixes for more than 8 ports - return NAK if no change - FreeBSD workaround (L...bellard1-10/+42
2006-04-24do not set PORT_STAT_C_ENABLE when doing port reset (Lonnie Mendez)bellard1-1/+0
2006-04-24separate file for usb hub devicebellard1-0/+518