aboutsummaryrefslogtreecommitdiffstats
path: root/hw/usb-desc.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-27usb: convert to QEMU Object ModelAnthony Liguori1-11/+11
2012-01-17usb: add max_packet_size to USBEndpointGerd Hoffmann1-0/+2
2012-01-17usb-desc: USBEndpoint supportGerd Hoffmann1-0/+22
2012-01-13usb-desc: audio endpoint supportGerd Hoffmann1-3/+11
2012-01-13usb: track altsetting in USBDeviceGerd Hoffmann1-0/+71
2012-01-13usb: track configuration and interface count in USBDevice.Gerd Hoffmann1-8/+26
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-3/+3
2011-06-23usb: ignore USB_DT_DEBUGGerd Hoffmann1-0/+4
2011-06-23usb: Add a speedmask to devicesHans de Goede1-0/+10
2011-05-26usb: Pass the packet to the device's handle_control callbackHans de Goede1-2/+2
2011-05-26usb: add support for "grouped" interfaces and the Interface Association Descr...Brad Hards1-0/+47
2011-05-26usb: remove fallback to bNumInterfaces if no .nifBrad Hards1-3/+2
2011-01-11usb: add device qualifier supportGerd Hoffmann1-0/+46
2011-01-11usb: add usb_desc_attachGerd Hoffmann1-3/+33
2011-01-11usb: move remote wakeup handling to common codeGerd Hoffmann1-0/+26
2011-01-11usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common codeGerd Hoffmann1-4/+28
2011-01-11usb: move USB_REQ_SET_ADDRESS handling to common codeGerd Hoffmann1-0/+6
2011-01-11usb descriptors: add settable strings.Gerd Hoffmann1-8/+44
2011-01-11usb: data structs and helpers for usb descriptors.Gerd Hoffmann1-0/+238