summaryrefslogtreecommitdiffstats
path: root/hw/usb.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* usb-hid: remove usb_hid_datain_cbGerd Hoffmann2011-08-101-3/+0
* usb: use iovecs in USBPacketGerd Hoffmann2011-08-041-2/+11
* usb: Replace device_destroy bus op with a child_detach port opHans de Goede2011-07-051-1/+5
* usb: Make port wakeup and complete ops take a USBPort instead of a DeviceHans de Goede2011-07-051-2/+7
* usb: Add a register_companion USB bus op.Hans de Goede2011-07-051-0/+5
* usb: ignore USB_DT_DEBUGGerd Hoffmann2011-06-231-0/+1
* usb: Add a speedmask to devicesHans de Goede2011-06-231-0/+3
* usb: Add defines for USB Serial Bus Release Number registerBrad Hards2011-06-141-0/+6
* usb: cancel async packets on unplugGerd Hoffmann2011-06-141-1/+7
* usb: move cancel callback to USBDeviceInfoGerd Hoffmann2011-05-261-12/+5
* usb: keep track of packet owner.Gerd Hoffmann2011-05-261-15/+3
* usb: add usb_handle_packetGerd Hoffmann2011-05-261-0/+2
* usb-linux: use usb_generic_handle_packet()Hans de Goede2011-05-261-0/+1
* usb: Pass the packet to the device's handle_control callbackHans de Goede2011-05-261-1/+1
* usb: add support for "grouped" interfaces and the Interface Association Descr...Brad Hards2011-05-261-0/+1
* usb: Add Interface Association Descriptor descriptor typeBrad Hards2011-05-261-0/+1
OpenPOWER on IntegriCloud