aboutsummaryrefslogtreecommitdiffstats
path: root/hw/usb-uhci.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-1/+1
2009-09-09qdev/usb: convert uhci.Gerd Hoffmann1-35/+43
2009-09-09qdev/usb: make qemu aware of usb busses.Gerd Hoffmann1-2/+5
2009-09-09qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann1-1/+1
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl1-1/+1
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-2/+2
2009-06-17Register usb-uhci reset function.Gleb Natapov1-1/+4
2009-06-16Rename pci_register_io_region() to pci_register_bar()Avi Kivity1-2/+2
2009-05-03use PCI_HEADER_TYPE.Isaku Yamahata1-2/+2
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-8/+7
2009-02-01Add and use #defines for PCI device classesblueswir11-4/+2
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori1-8/+4
2008-09-11uhci: Change default transaction lifetime to 32 frames (Max Krasnyansky)aliguori1-1/+1
2008-08-22uhci: improved TD matching, working ISOC transfersaurel321-12/+28
2008-08-22uhci: Fixed length handling for SETUP and OUT tokensaurel321-9/+10
2008-08-21uhci: fixes for save/load-vm (Max Krasnyansky)aliguori1-2/+8
2008-08-21uhci: rewrite UHCI emulator, fully async operation with multiple outstanding ...aliguori1-364/+533
2007-12-16Fix wrong signedness, by Andre Przywara.ths1-3/+3
2007-11-17Break up vl.h.pbrook1-1/+4
2007-11-11removed unused codebellard1-0/+2
2007-10-04USB iso transfers support for the linux redirector and for UHCI, by Arnon Gil...balrog1-28/+118
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-4/+4
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-26/+26
2007-09-09Implement HID idle mode (avoids flooding guest with useless updates).pbrook1-1/+4
2007-06-06Use the correct PCI IDs for Malta.ths1-1/+37
2007-04-07Unify IRQ handling.pbrook1-1/+1
2007-02-22Basic USB device resume (root hub only), by Lonnie Mendez.ths1-0/+23
2007-01-17Fix USB buffer size, by Herbert Xu.ths1-1/+1
2006-08-12SCSI and USB async IO support.pbrook1-61/+183
2006-05-22Fix USB root hub hotplugging.pbrook1-5/+5
2006-05-21OHCI USB host emulation.pbrook1-7/+2
2006-05-13Rearrange PCI host emulation code.pbrook1-3/+2
2006-04-25fix for HCHALTED status bitbellard1-1/+1
2006-04-24HCHALTED status bit handling (Lonnie Mendez)bellard1-0/+5
2006-03-11Add missing break statement.pbrook1-0/+1
2006-03-11Tweak UHCI device settings. Ignore host root hubs.pbrook1-1/+4
2005-11-19USB reset typo (Lonnie Mendez)bellard1-1/+1
2005-11-06USB user interfacebellard1-10/+9
2005-11-05same PCI parameters as PIIX3bellard1-3/+3
2005-11-05initial USB supportbellard1-0/+672