aboutsummaryrefslogtreecommitdiff
path: root/hw/usb-ohci.c
AgeCommit message (Expand)Author
2009-02-01Add and use #defines for PCI device classesblueswir1
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori
2009-01-18USB OHCI: add support for big endian targetsaurel32
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir1
2008-09-06Fix most warnings that would be caused by gcc flag -Wundefblueswir1
2007-11-18Add statics and missing #includes for prototypes.pbrook
2007-11-17Break up vl.h.pbrook
2007-11-13Fix signed/unsigned comparisons in OHCI host.balrog
2007-10-31OHCI USB isochronous transfers support (Arnon Gilboa).balrog
2007-07-25Fix memory corruption after OHCI reset, by Ed Swierk.ths
2007-06-03Fix off-by-one memory region sizes.pbrook
2007-04-07Unify IRQ handling.pbrook
2007-03-17OHCI USB PXA support (Andrzej Zaborowski).pbrook
2006-08-12SCSI and USB async IO support.pbrook
2006-05-25OHCI large packet fix.pbrook
2006-05-22Fix USB root hub hotplugging.pbrook
2006-05-21OHCI USB host emulation.pbrook