aboutsummaryrefslogtreecommitdiffstats
path: root/hw/usb-ohci.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-13Add and use remaining #defines for PCI device IDs (Stuart Brady)aliguori1-1/+2
2009-02-01Add and use #defines for PCI device classesblueswir11-2/+1
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori1-6/+2
2009-01-18USB OHCI: add support for big endian targetsaurel321-83/+115
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-8/+1
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir11-2/+2
2008-09-06Fix most warnings that would be caused by gcc flag -Wundefblueswir11-1/+1
2007-11-18Add statics and missing #includes for prototypes.pbrook1-0/+1
2007-11-17Break up vl.h.pbrook1-1/+4
2007-11-13Fix signed/unsigned comparisons in OHCI host.balrog1-3/+4
2007-10-31OHCI USB isochronous transfers support (Arnon Gilboa).balrog1-17/+340
2007-07-25Fix memory corruption after OHCI reset, by Ed Swierk.ths1-1/+8
2007-06-03Fix off-by-one memory region sizes.pbrook1-1/+1
2007-04-07Unify IRQ handling.pbrook1-12/+7
2007-03-17OHCI USB PXA support (Andrzej Zaborowski).pbrook1-32/+116
2006-08-12SCSI and USB async IO support.pbrook1-38/+118
2006-05-25OHCI large packet fix.pbrook1-1/+7
2006-05-22Fix USB root hub hotplugging.pbrook1-24/+29
2006-05-21OHCI USB host emulation.pbrook1-0/+1179