aboutsummaryrefslogtreecommitdiff
path: root/hw/usb-hub.c
AgeCommit message (Expand)Author
2012-03-13usb: the big renameGerd Hoffmann
2012-02-15Merge remote-tracking branch 'kraxel/usb.38' into stagingAnthony Liguori
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-10usb: pass USBEndpoint to usb_wakeupGerd Hoffmann
2012-02-10usb: Set USBEndpoint in usb_packet_setup().Gerd Hoffmann
2012-02-10usb: kill handle_packet callbackGerd Hoffmann
2012-02-10usb-hub: implement find_deviceGerd Hoffmann
2012-02-10usb: kill USB_MSG_RESETGerd Hoffmann
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-02-03usb: separate out legacy usb registration from type registrationAnthony Liguori
2012-01-27usb: convert to QEMU Object ModelAnthony Liguori
2012-01-13usb: track altsetting in USBDeviceGerd Hoffmann
2011-11-23usb-hub: implement resetGerd Hoffmann
2011-11-22usb-hub: wakeup on detach too.Gerd Hoffmann
2011-11-01usb: change VID/PID for usb-hub and usb-msd to prevent conflictRoy Tam
2011-11-01usb-hub: wakeup on attachGerd Hoffmann
2011-10-13usb-hub: don't trigger assert on packet completion.Gerd Hoffmann
2011-10-13usb-hub: need to check dev->attachedGerd Hoffmann
2011-09-07usb: claim port at device initialization time.Gerd Hoffmann
2011-08-04usb: use iovecs in USBPacketGerd Hoffmann
2011-07-08usb-hub: remove unused descriptor arraysGerd Hoffmann
2011-07-05usb: Replace device_destroy bus op with a child_detach port opHans de Goede
2011-07-05usb: Make port wakeup and complete ops take a USBPort instead of a DeviceHans de Goede
2011-05-26usb: add usb_handle_packetGerd Hoffmann
2011-05-26usb: Pass the packet to the device's handle_control callbackHans de Goede
2011-05-26usb: update config descriptors to identify number of interfacesBrad Hards
2011-05-04usb: move complete callback to port opsGerd Hoffmann
2011-01-24usb hub: add migration supportGerd Hoffmann
2011-01-12usb: zap pdev from usbportGerd Hoffmann
2011-01-11usb: keep track of physical port address.Gerd Hoffmann
2011-01-11usb: add speed mask to portsGerd Hoffmann
2011-01-11usb: hub: remote wakeup support.Gerd Hoffmann
2011-01-11usb: rework attach/detach workflowGerd Hoffmann
2011-01-11usb: create USBPortOps, move attach there.Gerd Hoffmann
2011-01-11usb: move remote wakeup handling to common codeGerd Hoffmann
2011-01-11usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common codeGerd Hoffmann
2011-01-11usb: move USB_REQ_SET_ADDRESS handling to common codeGerd Hoffmann
2011-01-11usb hub: use new descriptor infrastructure.Gerd Hoffmann
2010-12-11Record which USBDevice USBPort belongs too.Gleb Natapov
2010-12-11Introduce fw_name field to DeviceInfo structure.Gleb Natapov
2010-04-25usb: remove dead assignments, spotted by clang analyzerBlue Swirl
2009-12-18Make USB hid devices self-poweredRiku Voipio
2009-12-12qdev: Replace device names containing whitespaceMarkus Armbruster
2009-12-12qdev: Separate USB product description from qdev nameMarkus Armbruster
2009-10-05usb: hook unplug into qdev, cleanups + fixes.Gerd Hoffmann
2009-09-09qdev/usb: make qemu aware of usb busses.Gerd Hoffmann
2009-09-09qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2007-11-17Break up vl.h.pbrook
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths