aboutsummaryrefslogtreecommitdiff
path: root/hw/usb.h
AgeCommit message (Expand)Author
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
2012-01-27usb: convert to QEMU Object ModelAnthony Liguori
2012-01-19Merge remote-tracking branch 'kraxel/usb.37' into stagingAnthony Liguori
2012-01-17usb: link packets to endpoints not devicesGerd Hoffmann
2012-01-17usb: add max_packet_size to USBEndpointGerd Hoffmann
2012-01-17usb/debug: add usb_ep_dumpGerd Hoffmann
2012-01-17usb: add ifnum to USBEndpointGerd Hoffmann
2012-01-17usb: add USBEndpointGerd Hoffmann
2012-01-13vmstate: extract declarations out of hw/hw.hPaolo Bonzini
2012-01-13usb: add audio device modelH. Peter Anvin
2012-01-13usb: track altsetting in USBDeviceGerd Hoffmann
2012-01-13usb: track configuration and interface count in USBDevice.Gerd Hoffmann
2011-10-13usb: fix port resetGerd Hoffmann
2011-09-07usb-musb: Add reset functionJuha Riihimäki
2011-09-07usb-musb: Take a DeviceState* in init functionPeter Maydell
2011-09-07usb: Remove leading underscores from __musb_irq_maxPeter Maydell
2011-09-07usb: claim port at device initialization time.Gerd Hoffmann
2011-08-10usb-hid: remove usb_hid_datain_cbGerd Hoffmann
2011-08-04usb: use iovecs in USBPacketGerd Hoffmann
2011-07-05usb: Replace device_destroy bus op with a child_detach port opHans de Goede
2011-07-05usb: Make port wakeup and complete ops take a USBPort instead of a DeviceHans de Goede
2011-07-05usb: Add a register_companion USB bus op.Hans de Goede
2011-06-23usb: ignore USB_DT_DEBUGGerd Hoffmann
2011-06-23usb: Add a speedmask to devicesHans de Goede
2011-06-14usb: Add defines for USB Serial Bus Release Number registerBrad Hards
2011-06-14usb: cancel async packets on unplugGerd Hoffmann
2011-05-26usb: move cancel callback to USBDeviceInfoGerd Hoffmann
2011-05-26usb: keep track of packet owner.Gerd Hoffmann
2011-05-26usb: add usb_handle_packetGerd Hoffmann
2011-05-26usb-linux: use usb_generic_handle_packet()Hans de Goede
2011-05-26usb: Pass the packet to the device's handle_control callbackHans de Goede
2011-05-26usb: add support for "grouped" interfaces and the Interface Association Descr...Brad Hards
2011-05-26usb: Add Interface Association Descriptor descriptor typeBrad Hards
2011-05-04usb: move complete callback to port opsGerd Hoffmann
2011-05-04usb: control buffer fixesHans de Goede
2011-01-24usb core: add migration supportGerd Hoffmann
2011-01-12usb: zap pdev from usbportGerd Hoffmann