summaryrefslogtreecommitdiffstats
path: root/hw/usb.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * usb: add USBEndpointGerd Hoffmann2012-01-171-0/+14
| * usb: add audio device modelH. Peter Anvin2012-01-131-0/+7
| * usb: track altsetting in USBDeviceGerd Hoffmann2012-01-131-0/+8
| * usb: track configuration and interface count in USBDevice.Gerd Hoffmann2012-01-131-0/+3
* | vmstate: extract declarations out of hw/hw.hPaolo Bonzini2012-01-131-0/+12
|/
* usb: fix port resetGerd Hoffmann2011-10-131-0/+1
* usb-musb: Add reset functionJuha Riihimäki2011-09-071-0/+1
* usb-musb: Take a DeviceState* in init functionPeter Maydell2011-09-071-1/+1
* usb: Remove leading underscores from __musb_irq_maxPeter Maydell2011-09-071-1/+2
* usb: claim port at device initialization time.Gerd Hoffmann2011-09-071-1/+4
OpenPOWER on IntegriCloud