summaryrefslogtreecommitdiff
path: root/hw/usb/desc.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-18usb: Remove magic constants from device bmAttributesPantelis Koukousoulas1-1/+1
2014-01-16usb: add support for microsoft os descriptorsGerd Hoffmann1-4/+33
2013-11-28usb: move usb_{hi,lo} helpers to header file.Gerd Hoffmann1-10/+0
2013-11-26usb: Add max_streams attribute to endpoint infoHans de Goede1-0/+2
2013-06-24usb: add serial bus propertyGerd Hoffmann1-0/+6
2013-04-23usb: better speed mismatch error reportingGerd Hoffmann1-2/+0
2013-02-19usb: fix endpoint descriptor orderingGerd Hoffmann1-4/+5
2012-11-08usb: split packet result into actual_length + statusHans de Goede1-5/+11
2012-09-11usb3: bos decriptorGerd Hoffmann1-0/+109
2012-09-11usb3: superspeed endpoint companionGerd Hoffmann1-15/+40
2012-09-11usb3: superspeed descriptorsGerd Hoffmann1-1/+9
2012-06-18qdev: Use wrapper for qdev_get_pathAnthony Liguori1-2/+3
2012-04-26usb: add serial number generatorGerd Hoffmann1-0/+32
2012-04-17usb: use USBDescriptor for endpoint descriptors.Gerd Hoffmann1-9/+11
2012-04-17usb: use USBDescriptor for interface descriptors.Gerd Hoffmann1-9/+11
2012-04-17usb: use USBDescriptor for config descriptors.Gerd Hoffmann1-10/+12
2012-04-17usb: use USBDescriptor for device qualifier descriptors.Gerd Hoffmann1-11/+12
2012-04-17usb: add USBDescriptor, use for device descriptors.Gerd Hoffmann1-19/+20
2012-03-13usb: the big renameGerd Hoffmann1-0/+601