summaryrefslogtreecommitdiff
path: root/hw/usb.c
Commit message (Expand)AuthorAgeFilesLines
* 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