..
Makefile.in
Updated makefile dependencies for USB EHCI (now complete and usable).
2016-12-11 18:54:01 +00:00
scsi_device.cc
Fixed usage of MSD device on xHCI hub.
2015-11-02 21:36:38 +00:00
scsi_device.h
uhci_core.cc
Since all HCs now support asynchronous packet completion, we can enable the
2016-12-19 21:53:45 +00:00
uhci_core.h
Implemented USB remote wakeup mechanism.
2016-12-10 13:45:49 +00:00
usb_cbi.cc
Some changes in USB device speed setup
2016-12-21 18:35:38 +00:00
usb_cbi.h
usb_common.cc
Some changes in the USB xHCI device
2016-12-26 08:07:32 +00:00
usb_common.h
Some changes in the USB xHCI device
2016-12-26 08:07:32 +00:00
usb_ehci.cc
Since all HCs now support asynchronous packet completion, we can enable the
2016-12-19 21:53:45 +00:00
usb_ehci.h
Implemented USB remote wakeup mechanism.
2016-12-10 13:45:49 +00:00
usb_hid.cc
Some changes in USB device descriptors depending on speed.
2016-12-24 00:45:54 +00:00
usb_hid.h
Some USB code changes by Ben Lunt
2016-12-02 17:30:16 +00:00
usb_hub.cc
Some changes in USB device speed setup
2016-12-21 18:35:38 +00:00
usb_hub.h
Implemented USB remote wakeup mechanism in xHCI and the external hub.
2016-12-11 12:26:12 +00:00
usb_msd.cc
Some changes in USB device descriptors depending on speed.
2016-12-24 00:45:54 +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
Since all HCs now support asynchronous packet completion, we can enable the
2016-12-19 21:53:45 +00:00
usb_ohci.h
Implemented USB remote wakeup mechanism.
2016-12-10 13:45:49 +00:00
usb_printer.cc
Some changes in USB device speed setup
2016-12-21 18:35:38 +00:00
usb_printer.h
Some USB code changes by Ben Lunt
2016-12-02 17:30:16 +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
Some USB code changes by Ben Lunt
2016-12-02 17:30:16 +00:00
usb_xhci.cc
Some changes in the USB xHCI device
2016-12-26 08:07:32 +00:00
usb_xhci.h
Implemented retry timer for NAK'ed transfers on xHCI. If a device returns NAK,
2016-12-24 17:30:45 +00:00