summaryrefslogtreecommitdiffstats
path: root/hw/usb.h
Commit message (Expand)AuthorAgeFilesLines
* usbredir: Add support for buffered bulk input (v2)Hans de Goede2013-01-081-1/+11
* usb: Add an usb_device_ep_stopped USBDevice methodHans de Goede2013-01-071-0/+8
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2012-12-101-3/+3
|\
| * Fix spelling in comments and documentationStefan Weil2012-12-071-3/+3
* | usb: Allow overriding of usb_desc at the device levelHans de Goede2012-12-041-0/+1
* | usb: Don't allow USB_RET_ASYNC for interrupt packetsHans de Goede2012-12-041-0/+1
|/
* usb: split packet result into actual_length + statusHans de Goede2012-11-081-10/+14
* usb: Add packet combining functionsHans de Goede2012-11-011-0/+13
* usb/ehci-pci: add helper to create ich9 usb controllersGerd Hoffmann2012-11-011-0/+2
* usb: Add an int_req flag to USBPacketHans de Goede2012-10-251-1/+2
* usb: Move short-not-ok handling to the coreHans de Goede2012-10-251-1/+3
* usb: Move clearing of queue on halt to the coreHans de Goede2012-10-251-0/+1
* usb: Add USB_RET_ADD_TO_QUEUE packet result codeHans de Goede2012-10-251-6/+15
* usb: Rename __usb_packet_complete to usb_packet_complete_oneHans de Goede2012-10-251-0/+1
* usb3: bos decriptorGerd Hoffmann2012-09-111-0/+6
* usb3: superspeed endpoint companionGerd Hoffmann2012-09-111-0/+1
* usb-core: Add a usb_ep_find_packet_by_id() helper functionHans de Goede2012-09-111-0/+2
* usb: unique packet idsGerd Hoffmann2012-08-311-1/+2
* usb: Halt ep queue en cancel pending packets on a packet errorHans de Goede2012-08-311-0/+1
* hw/block-common: Move BlockConf & friends from block.hMarkus Armbruster2012-07-171-1/+0
* usb: fix interface initializationGerd Hoffmann2012-07-091-0/+2
* usb: split endpoint init and resetGerd Hoffmann2012-07-091-0/+1
* usb: Convert usb_packet_{map, unmap} to universal DMA helpersDavid Gibson2012-06-271-1/+1
* qdev: Convert busses to QEMU Object ModelAnthony Liguori2012-06-181-0/+3
* usb/vmstate: add parent dev pathGerd Hoffmann2012-04-171-0/+5
* usb: improve packet state sanity checksGerd Hoffmann2012-03-131-0/+1
* usb: add shortcut for control transfersGerd Hoffmann2012-03-071-0/+1
* usb: add pipelining option to usb endpointsGerd Hoffmann2012-03-071-0/+2
* usb: add USB_RET_IOERRORHans de Goede2012-03-071-5/+6
* usb: Resolve warnings about unassigned bus on usb device creationJan Kiszka2012-02-271-3/+4
* usb: add USBBusOps->wakeup_endpointGerd Hoffmann2012-02-101-0/+1
* usb: pass USBEndpoint to usb_wakeupGerd Hoffmann2012-02-101-1/+1
* usb: maintain async packet list per endpointGerd Hoffmann2012-02-101-2/+7
* usb: Set USBEndpoint in usb_packet_setup().Gerd Hoffmann2012-02-101-3/+1
* usb: add USBEndpoint->{nr,pid}Gerd Hoffmann2012-02-101-0/+2
* usb: USBPacket: add status, rename owner -> epGerd Hoffmann2012-02-101-3/+16
* usb: kill handle_packet callbackGerd Hoffmann2012-02-101-12/+0
* usb: add usb_find_device()Gerd Hoffmann2012-02-101-0/+10
* usb: kill usb_send_msgGerd Hoffmann2012-02-101-1/+0
* usb: kill USB_MSG_RESETGerd Hoffmann2012-02-101-4/+2
* usb: kill USB_MSG_{ATTACH,DETACH}Gerd Hoffmann2012-02-101-2/+0
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-1/+0
* usb: separate out legacy usb registration from type registrationAnthony Liguori2012-02-031-3/+3
* usb: convert to QEMU Object ModelAnthony Liguori2012-01-271-11/+39
* Merge remote-tracking branch 'kraxel/usb.37' into stagingAnthony Liguori2012-01-191-1/+43
|\
| * usb: link packets to endpoints not devicesGerd Hoffmann2012-01-171-1/+3
| * usb: add max_packet_size to USBEndpointGerd Hoffmann2012-01-171-0/+4
| * usb/debug: add usb_ep_dumpGerd Hoffmann2012-01-171-0/+1
| * usb: add ifnum to USBEndpointGerd Hoffmann2012-01-171-0/+3
OpenPOWER on IntegriCloud