aboutsummaryrefslogtreecommitdiffstats
path: root/hw/usb.h
AgeCommit message (Expand)AuthorFilesLines
2011-09-07usb-musb: Add reset functionJuha Riihimäki1-0/+1
2011-09-07usb-musb: Take a DeviceState* in init functionPeter Maydell1-1/+1
2011-09-07usb: Remove leading underscores from __musb_irq_maxPeter Maydell1-1/+2
2011-09-07usb: claim port at device initialization time.Gerd Hoffmann1-1/+4
2011-08-10usb-hid: remove usb_hid_datain_cbGerd Hoffmann1-3/+0
2011-08-04usb: use iovecs in USBPacketGerd Hoffmann1-2/+11
2011-07-05usb: Replace device_destroy bus op with a child_detach port opHans de Goede1-1/+5
2011-07-05usb: Make port wakeup and complete ops take a USBPort instead of a DeviceHans de Goede1-2/+7
2011-07-05usb: Add a register_companion USB bus op.Hans de Goede1-0/+5
2011-06-23usb: ignore USB_DT_DEBUGGerd Hoffmann1-0/+1
2011-06-23usb: Add a speedmask to devicesHans de Goede1-0/+3
2011-06-14usb: Add defines for USB Serial Bus Release Number registerBrad Hards1-0/+6
2011-06-14usb: cancel async packets on unplugGerd Hoffmann1-1/+7
2011-05-26usb: move cancel callback to USBDeviceInfoGerd Hoffmann1-12/+5
2011-05-26usb: keep track of packet owner.Gerd Hoffmann1-15/+3
2011-05-26usb: add usb_handle_packetGerd Hoffmann1-0/+2
2011-05-26usb-linux: use usb_generic_handle_packet()Hans de Goede1-0/+1
2011-05-26usb: Pass the packet to the device's handle_control callbackHans de Goede1-1/+1
2011-05-26usb: add support for "grouped" interfaces and the Interface Association Descr...Brad Hards1-0/+1
2011-05-26usb: Add Interface Association Descriptor descriptor typeBrad Hards1-0/+1
2011-05-04usb: move complete callback to port opsGerd Hoffmann1-4/+3
2011-05-04usb: control buffer fixesHans de Goede1-1/+1
2011-01-24usb core: add migration supportGerd Hoffmann1-5/+5
2011-01-12usb: zap pdev from usbportGerd Hoffmann1-2/+1
2011-01-11usb: add port property.Gerd Hoffmann1-0/+1
2011-01-11usb: keep track of physical port address.Gerd Hoffmann1-0/+2
2011-01-11usb: add device qualifier supportGerd Hoffmann1-0/+2
2011-01-11usb: add attach callbackGerd Hoffmann1-0/+5
2011-01-11usb: add speed mask to portsGerd Hoffmann1-1/+8
2011-01-11usb: add usb_wakeup() + wakeup callback to port opsGerd Hoffmann1-0/+2
2011-01-11usb: rework attach/detach workflowGerd Hoffmann1-1/+3
2011-01-11usb: create USBPortOps, move attach there.Gerd Hoffmann1-3/+5
2011-01-11usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common codeGerd Hoffmann1-0/+2
2011-01-11usb descriptors: add settable strings.Gerd Hoffmann1-0/+9
2011-01-11usb: data structs and helpers for usb descriptors.Gerd Hoffmann1-0/+9
2010-12-11Record which USBDevice USBPort belongs too.Gleb Natapov1-1/+2
2010-03-31usb: class specific interface requestsMax Reitz1-0/+4
2009-12-18usb-net: use qdev for -usbdeviceGerd Hoffmann1-3/+0
2009-12-12qdev: Separate USB product description from qdev nameMarkus Armbruster1-0/+2
2009-12-12qdev: Rename USBDevice member devname to product_descMarkus Armbruster1-1/+1
2009-10-30usb-storage: use qdev for -usbdeviceGerd Hoffmann1-4/+0
2009-10-30usb: make attach optional.Gerd Hoffmann1-0/+1
2009-10-30usb-serial and braille: use qdev for -usbdeviceGerd Hoffmann1-3/+0
2009-10-30usb core: use qdev for -usbdeviceGerd Hoffmann1-0/+5
2009-10-05usb: hook unplug into qdev, cleanups + fixes.Gerd Hoffmann1-0/+2
2009-10-05switch usb bus to inplace allocation.Gerd Hoffmann1-1/+1
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-5/+5
2009-09-09qdev/usb: make qemu aware of usb busses.Gerd Hoffmann1-15/+13
2009-09-09qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann1-23/+46
2009-05-10Follow coding conventionsPaul Brook1-5/+5