Age | Commit message (Expand) | Author |
2012-02-03 | qdev: register all types natively through QEMU Object Model | Anthony Liguori |
2012-02-03 | usb: separate out legacy usb registration from type registration | Anthony Liguori |
2012-01-27 | usb: convert to QEMU Object Model | Anthony Liguori |
2012-01-19 | Merge remote-tracking branch 'kraxel/usb.37' into staging | Anthony Liguori |
2012-01-17 | usb: link packets to endpoints not devices | Gerd Hoffmann |
2012-01-17 | usb: add max_packet_size to USBEndpoint | Gerd Hoffmann |
2012-01-17 | usb/debug: add usb_ep_dump | Gerd Hoffmann |
2012-01-17 | usb: add ifnum to USBEndpoint | Gerd Hoffmann |
2012-01-17 | usb: add USBEndpoint | Gerd Hoffmann |
2012-01-13 | vmstate: extract declarations out of hw/hw.h | Paolo Bonzini |
2012-01-13 | usb: add audio device model | H. Peter Anvin |
2012-01-13 | usb: track altsetting in USBDevice | Gerd Hoffmann |
2012-01-13 | usb: track configuration and interface count in USBDevice. | Gerd Hoffmann |
2011-10-13 | usb: fix port reset | Gerd Hoffmann |
2011-09-07 | usb-musb: Add reset function | Juha Riihimäki |
2011-09-07 | usb-musb: Take a DeviceState* in init function | Peter Maydell |
2011-09-07 | usb: Remove leading underscores from __musb_irq_max | Peter Maydell |
2011-09-07 | usb: claim port at device initialization time. | Gerd Hoffmann |
2011-08-10 | usb-hid: remove usb_hid_datain_cb | Gerd Hoffmann |
2011-08-04 | usb: use iovecs in USBPacket | Gerd Hoffmann |
2011-07-05 | usb: Replace device_destroy bus op with a child_detach port op | Hans de Goede |
2011-07-05 | usb: Make port wakeup and complete ops take a USBPort instead of a Device | Hans de Goede |
2011-07-05 | usb: Add a register_companion USB bus op. | Hans de Goede |
2011-06-23 | usb: ignore USB_DT_DEBUG | Gerd Hoffmann |
2011-06-23 | usb: Add a speedmask to devices | Hans de Goede |
2011-06-14 | usb: Add defines for USB Serial Bus Release Number register | Brad Hards |
2011-06-14 | usb: cancel async packets on unplug | Gerd Hoffmann |
2011-05-26 | usb: move cancel callback to USBDeviceInfo | Gerd Hoffmann |
2011-05-26 | usb: keep track of packet owner. | Gerd Hoffmann |
2011-05-26 | usb: add usb_handle_packet | Gerd Hoffmann |
2011-05-26 | usb-linux: use usb_generic_handle_packet() | Hans de Goede |
2011-05-26 | usb: Pass the packet to the device's handle_control callback | Hans de Goede |
2011-05-26 | usb: add support for "grouped" interfaces and the Interface Association Descr... | Brad Hards |
2011-05-26 | usb: Add Interface Association Descriptor descriptor type | Brad Hards |
2011-05-04 | usb: move complete callback to port ops | Gerd Hoffmann |
2011-05-04 | usb: control buffer fixes | Hans de Goede |
2011-01-24 | usb core: add migration support | Gerd Hoffmann |
2011-01-12 | usb: zap pdev from usbport | Gerd Hoffmann |
2011-01-11 | usb: add port property. | Gerd Hoffmann |
2011-01-11 | usb: keep track of physical port address. | Gerd Hoffmann |
2011-01-11 | usb: add device qualifier support | Gerd Hoffmann |
2011-01-11 | usb: add attach callback | Gerd Hoffmann |
2011-01-11 | usb: add speed mask to ports | Gerd Hoffmann |
2011-01-11 | usb: add usb_wakeup() + wakeup callback to port ops | Gerd Hoffmann |
2011-01-11 | usb: rework attach/detach workflow | Gerd Hoffmann |
2011-01-11 | usb: create USBPortOps, move attach there. | Gerd Hoffmann |
2011-01-11 | usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common code | Gerd Hoffmann |
2011-01-11 | usb descriptors: add settable strings. | Gerd Hoffmann |
2011-01-11 | usb: data structs and helpers for usb descriptors. | Gerd Hoffmann |
2010-12-11 | Record which USBDevice USBPort belongs too. | Gleb Natapov |