summaryrefslogtreecommitdiff
path: root/hw/usb.h
AgeCommit message (Expand)AuthorFilesLines
2012-09-11usb-core: Add a usb_ep_find_packet_by_id() helper functionHans de Goede1-0/+2
2012-08-31usb: unique packet idsGerd Hoffmann1-1/+2
2012-08-31usb: Halt ep queue en cancel pending packets on a packet errorHans de Goede1-0/+1
2012-07-17hw/block-common: Move BlockConf & friends from block.hMarkus Armbruster1-1/+0
2012-07-09usb: fix interface initializationGerd Hoffmann1-0/+2
2012-07-09usb: split endpoint init and resetGerd Hoffmann1-0/+1
2012-06-27usb: Convert usb_packet_{map, unmap} to universal DMA helpersDavid Gibson1-1/+1
2012-06-18qdev: Convert busses to QEMU Object ModelAnthony Liguori1-0/+3
2012-04-17usb/vmstate: add parent dev pathGerd Hoffmann1-0/+5
2012-03-13usb: improve packet state sanity checksGerd Hoffmann1-0/+1
2012-03-07usb: add shortcut for control transfersGerd Hoffmann1-0/+1
2012-03-07usb: add pipelining option to usb endpointsGerd Hoffmann1-0/+2
2012-03-07usb: add USB_RET_IOERRORHans de Goede1-5/+6
2012-02-27usb: Resolve warnings about unassigned bus on usb device creationJan Kiszka1-3/+4
2012-02-10usb: add USBBusOps->wakeup_endpointGerd Hoffmann1-0/+1
2012-02-10usb: pass USBEndpoint to usb_wakeupGerd Hoffmann1-1/+1
2012-02-10usb: maintain async packet list per endpointGerd Hoffmann1-2/+7
2012-02-10usb: Set USBEndpoint in usb_packet_setup().Gerd Hoffmann1-3/+1
2012-02-10usb: add USBEndpoint->{nr,pid}Gerd Hoffmann1-0/+2
2012-02-10usb: USBPacket: add status, rename owner -> epGerd Hoffmann1-3/+16
2012-02-10usb: kill handle_packet callbackGerd Hoffmann1-12/+0
2012-02-10usb: add usb_find_device()Gerd Hoffmann1-0/+10
2012-02-10usb: kill usb_send_msgGerd Hoffmann1-1/+0
2012-02-10usb: kill USB_MSG_RESETGerd Hoffmann1-4/+2
2012-02-10usb: kill USB_MSG_{ATTACH,DETACH}Gerd Hoffmann1-2/+0
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-1/+0
2012-02-03usb: separate out legacy usb registration from type registrationAnthony Liguori1-3/+3
2012-01-27usb: convert to QEMU Object ModelAnthony Liguori1-11/+39
2012-01-19Merge remote-tracking branch 'kraxel/usb.37' into stagingAnthony Liguori1-1/+43
2012-01-17usb: link packets to endpoints not devicesGerd Hoffmann1-1/+3
2012-01-17usb: add max_packet_size to USBEndpointGerd Hoffmann1-0/+4
2012-01-17usb/debug: add usb_ep_dumpGerd Hoffmann1-0/+1
2012-01-17usb: add ifnum to USBEndpointGerd Hoffmann1-0/+3
2012-01-17usb: add USBEndpointGerd Hoffmann1-0/+14
2012-01-13vmstate: extract declarations out of hw/hw.hPaolo Bonzini1-0/+12
2012-01-13usb: add audio device modelH. Peter Anvin1-0/+7
2012-01-13usb: track altsetting in USBDeviceGerd Hoffmann1-0/+8
2012-01-13usb: track configuration and interface count in USBDevice.Gerd Hoffmann1-0/+3
2011-10-13usb: fix port resetGerd Hoffmann1-0/+1
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