summaryrefslogtreecommitdiffstats
path: root/hw/usb.c
Commit message (Expand)AuthorAgeFilesLines
* usb: fix port resetGerd Hoffmann2011-10-131-0/+12
* usb: claim port at device initialization time.Gerd Hoffmann2011-09-071-19/+16
* usb: fix use after freeGerd Hoffmann2011-09-071-1/+1
* usb: use iovecs in USBPacketGerd Hoffmann2011-08-041-14/+72
* usb: assert on calling usb_attach(port, NULL) on a port without a devHans de Goede2011-07-051-5/+4
* usb: Make port wakeup and complete ops take a USBPort instead of a DeviceHans de Goede2011-07-051-2/+2
* usb: move cancel callback to USBDeviceInfoGerd Hoffmann2011-05-261-1/+1
* usb: keep track of packet owner.Gerd Hoffmann2011-05-261-0/+32
* usb: add usb_handle_packetGerd Hoffmann2011-05-261-2/+15
* usb-linux: use usb_generic_handle_packet()Hans de Goede2011-05-261-3/+38
* usb: Pass the packet to the device's handle_control callbackHans de Goede2011-05-261-4/+7
* usb: control buffer fixesHans de Goede2011-05-041-0/+6
* usb: add attach callbackGerd Hoffmann2011-01-111-1/+6
* usb: add usb_wakeup() + wakeup callback to port opsGerd Hoffmann2011-01-111-0/+7
* usb: rework attach/detach workflowGerd Hoffmann2011-01-111-1/+19
* usb: create USBPortOps, move attach there.Gerd Hoffmann2011-01-111-1/+1
* qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann2009-09-091-8/+8
* usb: generic packet handler cleanup and documentation (Max Krasnyansky)aliguori2008-08-211-119/+146
* Break up vl.h.pbrook2007-11-171-1/+2
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-4/+4
* Spelling fixes, by Stefan Weil.ths2007-07-111-1/+1
* SCSI and USB async IO support.pbrook2006-08-121-11/+21
* usb destroy API change (Lonnie Mendez)bellard2006-07-191-4/+1
* Rearrange SCSI disk emulation code.pbrook2006-05-251-1/+4
* separate file for usb hub devicebellard2006-04-241-497/+0
* usb setup state machine fix when driver reads or writes too many bytesbellard2006-04-241-4/+4
* Fix off by one length calciulation.pbrook2006-03-111-1/+1
* USB user interfacebellard2005-11-061-8/+7
* cosmeticsbellard2005-11-051-52/+49
* initial USB supportbellard2005-11-051-0/+694
OpenPOWER on IntegriCloud