Bochs/bochs/iodev/usb
Volker Ruppert ab69aae575 Zeroing out newly allocated structures fixes EHCI async packet support.
It has been tested successfully with USB disk in high speed mode.
2016-11-26 11:15:25 +00:00
..
Makefile.in Added Android host platform support to Bochs based on SF patch #534. 2016-08-12 17:06:14 +00:00
scsi_device.cc Fixed usage of MSD device on xHCI hub. 2015-11-02 21:36:38 +00:00
scsi_device.h Added missing update of 'curr_lba' for the harddisk read seek emulation. 2015-10-04 08:54:36 +00:00
uhci_core.cc Added support for multiple async packets on UHCI (TODO: other HCs). 2016-11-22 18:06:44 +00:00
uhci_core.h Added support for multiple async packets on UHCI (TODO: other HCs). 2016-11-22 18:06:44 +00:00
usb_cbi.cc Return USB device status depending it's attributes. 2016-11-24 21:57:02 +00:00
usb_cbi.h USB floppy "format unit" timing implemented similar to read/write timing. 2015-09-28 18:15:18 +00:00
usb_common.cc The save/restore list for USB devices is now cleared by the device destructor 2016-11-12 14:17:46 +00:00
usb_common.h Started rewrite of USB packet handling required for full async packet support. 2016-11-18 21:27:43 +00:00
usb_ehci.cc Zeroing out newly allocated structures fixes EHCI async packet support. 2016-11-26 11:15:25 +00:00
usb_ehci.h Started rewrite of USB packet handling required for full async packet support. 2016-11-18 21:27:43 +00:00
usb_hid.cc Return USB device status depending it's attributes. 2016-11-24 21:57:02 +00:00
usb_hid.h Some work on USB HID devices and related stuff 2016-11-19 23:11:51 +00:00
usb_hub.cc Some work on the USB hub device emulation. 2016-11-20 20:39:32 +00:00
usb_hub.h Added USB device method 'find_device' required for EHCI. No functional changes yet. 2016-08-20 14:20:07 +00:00
usb_msd.cc Return USB device status depending it's attributes. 2016-11-24 21:57:02 +00:00
usb_msd.h Added seek emulation for USB disk write commands (async mode required). 2015-10-22 18:13:59 +00:00
usb_ohci.cc Minor changes in the OHCI code. 2016-11-24 17:21:40 +00:00
usb_ohci.h Started rewrite of USB packet handling required for full async packet support. 2016-11-18 21:27:43 +00:00
usb_printer.cc Return USB device status depending it's attributes. 2016-11-24 21:57:02 +00:00
usb_printer.h - moved the USB stuff to the new subdirectory iodev/usb 2012-01-14 12:36:32 +00:00
usb_uhci.cc The save/restore list for USB devices is now cleared by the device destructor 2016-11-12 14:17:46 +00:00
usb_uhci.h Split the USB UHCI code in two parts: uhci_core.cc implements the device 2015-11-05 21:20:54 +00:00
usb_xhci.cc Some more small xHCI changes by Ben Lunt. 2016-11-25 13:15:27 +00:00
usb_xhci.h Some more small xHCI changes by Ben Lunt. 2016-11-25 13:15:27 +00:00