summaryrefslogtreecommitdiffstats
path: root/hw/usb-hub.c
Commit message (Expand)AuthorAgeFilesLines
* Record which USBDevice USBPort belongs too.Gleb Natapov2010-12-111-1/+1
* Introduce fw_name field to DeviceInfo structure.Gleb Natapov2010-12-111-0/+1
* usb: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-2/+1
* Make USB hid devices self-poweredRiku Voipio2009-12-181-1/+1
* qdev: Replace device names containing whitespaceMarkus Armbruster2009-12-121-1/+1
* qdev: Separate USB product description from qdev nameMarkus Armbruster2009-12-121-0/+1
* usb: hook unplug into qdev, cleanups + fixes.Gerd Hoffmann2009-10-051-1/+5
* qdev/usb: make qemu aware of usb busses.Gerd Hoffmann2009-09-091-6/+2
* qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann2009-09-091-20/+29
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* Break up vl.h.pbrook2007-11-171-1/+2
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-4/+4
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-11/+11
* SCSI and USB async IO support.pbrook2006-08-121-28/+18
* usb destroy API change (Lonnie Mendez)bellard2006-07-191-3/+9
* display device identifier string for user with info usb (Lonnie Mendez)bellard2006-06-261-0/+2
* Rearrange SCSI disk emulation code.pbrook2006-05-251-1/+3
* OHCI USB host emulation.pbrook2006-05-211-5/+8
* patch in bLength for hub descriptor (Lonnie Mendez)bellard2006-05-051-1/+2
* fixes for more than 8 ports - return NAK if no change - FreeBSD workaround (L...bellard2006-04-301-10/+42
* do not set PORT_STAT_C_ENABLE when doing port reset (Lonnie Mendez)bellard2006-04-241-1/+0
* separate file for usb hub devicebellard2006-04-241-0/+518
OpenPOWER on IntegriCloud