summaryrefslogtreecommitdiff
path: root/hw/usb.h
AgeCommit message (Expand)Author
2013-03-01hw: include hw header files with full pathsPaolo Bonzini
2013-02-19usb-core: usb3 streamsGerd Hoffmann
2013-02-19usb: make usb_packet_copy operate on combined packetsGerd Hoffmann
2013-02-19usb: add usb_ep_set_haltedGerd Hoffmann
2013-02-19usb-host: remove usb_host_device_closeGerd Hoffmann
2013-01-17HMP: add QDict to info callback handlerWenchao Xia
2013-01-08usbredir: Add support for buffered bulk input (v2)Hans de Goede
2013-01-07usb: Add an usb_device_ep_stopped USBDevice methodHans de Goede
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-10Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2012-12-07Fix spelling in comments and documentationStefan Weil
2012-12-04usb: Allow overriding of usb_desc at the device levelHans de Goede
2012-12-04usb: Don't allow USB_RET_ASYNC for interrupt packetsHans de Goede
2012-11-08usb: split packet result into actual_length + statusHans de Goede
2012-11-01usb: Add packet combining functionsHans de Goede
2012-11-01usb/ehci-pci: add helper to create ich9 usb controllersGerd Hoffmann
2012-10-25usb: Add an int_req flag to USBPacketHans de Goede
2012-10-25usb: Move short-not-ok handling to the coreHans de Goede
2012-10-25usb: Move clearing of queue on halt to the coreHans de Goede
2012-10-25usb: Add USB_RET_ADD_TO_QUEUE packet result codeHans de Goede
2012-10-25usb: Rename __usb_packet_complete to usb_packet_complete_oneHans de Goede
2012-09-11usb3: bos decriptorGerd Hoffmann
2012-09-11usb3: superspeed endpoint companionGerd Hoffmann
2012-09-11usb-core: Add a usb_ep_find_packet_by_id() helper functionHans de Goede
2012-08-31usb: unique packet idsGerd Hoffmann
2012-08-31usb: Halt ep queue en cancel pending packets on a packet errorHans de Goede
2012-07-17hw/block-common: Move BlockConf & friends from block.hMarkus Armbruster
2012-07-09usb: fix interface initializationGerd Hoffmann
2012-07-09usb: split endpoint init and resetGerd Hoffmann
2012-06-27usb: Convert usb_packet_{map, unmap} to universal DMA helpersDavid Gibson
2012-06-18qdev: Convert busses to QEMU Object ModelAnthony Liguori
2012-04-17usb/vmstate: add parent dev pathGerd Hoffmann
2012-03-13usb: improve packet state sanity checksGerd Hoffmann
2012-03-07usb: add shortcut for control transfersGerd Hoffmann
2012-03-07usb: add pipelining option to usb endpointsGerd Hoffmann
2012-03-07usb: add USB_RET_IOERRORHans de Goede
2012-02-27usb: Resolve warnings about unassigned bus on usb device creationJan Kiszka
2012-02-10usb: add USBBusOps->wakeup_endpointGerd Hoffmann
2012-02-10usb: pass USBEndpoint to usb_wakeupGerd Hoffmann
2012-02-10usb: maintain async packet list per endpointGerd Hoffmann
2012-02-10usb: Set USBEndpoint in usb_packet_setup().Gerd Hoffmann
2012-02-10usb: add USBEndpoint->{nr,pid}Gerd Hoffmann
2012-02-10usb: USBPacket: add status, rename owner -> epGerd Hoffmann
2012-02-10usb: kill handle_packet callbackGerd Hoffmann
2012-02-10usb: add usb_find_device()Gerd Hoffmann
2012-02-10usb: kill usb_send_msgGerd Hoffmann
2012-02-10usb: kill USB_MSG_RESETGerd Hoffmann
2012-02-10usb: kill USB_MSG_{ATTACH,DETACH}Gerd 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