This program is a modification of custom IOS module by neimod, implementing a USB2 (EHCI) driver instead of the OH0 module.
Changes:
added a ehc custom module which implements standard ios usb API over /dev/usb/ehc, plus custom usbstorage direct api.
restored the legacy oh0 module from nintendo. External USB1.1 devices will be taken care of by this module.
changed the order of module loading in order to be sure that EHCI initialization code runs before OH1, now bluetooth should work more reliabily.
added libfat w/ read_ahead and USBspeedTest, courtesy of rodries from mplayer-ce team.