aboutsummaryrefslogtreecommitdiff
path: root/hw/usb.h
AgeCommit message (Expand)Author
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
2011-01-11usb: add port property.Gerd Hoffmann
2011-01-11usb: keep track of physical port address.Gerd Hoffmann
2011-01-11usb: add device qualifier supportGerd Hoffmann
2011-01-11usb: add attach callbackGerd Hoffmann
2011-01-11usb: add speed mask to portsGerd Hoffmann
2011-01-11usb: add usb_wakeup() + wakeup callback to port opsGerd Hoffmann
2011-01-11usb: rework attach/detach workflowGerd Hoffmann
2011-01-11usb: create USBPortOps, move attach there.Gerd Hoffmann
2011-01-11usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common codeGerd Hoffmann
2011-01-11usb descriptors: add settable strings.Gerd Hoffmann
2011-01-11usb: data structs and helpers for usb descriptors.Gerd Hoffmann
2010-12-11Record which USBDevice USBPort belongs too.Gleb Natapov
2010-03-31usb: class specific interface requestsMax Reitz
2009-12-18usb-net: use qdev for -usbdeviceGerd Hoffmann
2009-12-12qdev: Separate USB product description from qdev nameMarkus Armbruster
2009-12-12qdev: Rename USBDevice member devname to product_descMarkus Armbruster
2009-10-30usb-storage: use qdev for -usbdeviceGerd Hoffmann
2009-10-30usb: make attach optional.Gerd Hoffmann
2009-10-30usb-serial and braille: use qdev for -usbdeviceGerd Hoffmann
2009-10-30usb core: use qdev for -usbdeviceGerd Hoffmann
2009-10-05usb: hook unplug into qdev, cleanups + fixes.Gerd Hoffmann
2009-10-05switch usb bus to inplace allocation.Gerd Hoffmann
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-09-09qdev/usb: make qemu aware of usb busses.Gerd Hoffmann
2009-09-09qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann
2009-05-10Follow coding conventionsPaul Brook
2009-03-05monitor: Rework API (Jan Kiszka)aliguori
2009-03-05monitor: Rework modal password input (Jan Kiszka)aliguori
2009-03-05monitor: Rework early disk password inquiry (Jan Kiszka)aliguori
2008-09-29Emulate a USB bluetooth dongle (or HCI Transport layer).balrog