-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable the memory card accessory #21
Comments
[ Upstream commit cdb8faa ] Eric has reported on OpenWrt's bug tracking system[1], that he's not able to use USB devices on his WNDR3400v2 device after the boot, until he turns on GPIO #21 manually through sysfs. 1. https://bugs.openwrt.org/index.php?do=details&task_id=2170 Cc: Rafał Miłecki <zajec5@gmail.com> Cc: Hauke Mehrtens <hauke@hauke-m.de> Reported-by: Eric Bohlman <ericbohlman@gmail.com> Tested-by: Eric Bohlman <ericbohlman@gmail.com> Signed-off-by: Petr Štetiar <ynezz@true.cz> Signed-off-by: Paul Burton <paul.burton@mips.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
As for how SCE did this, they wrote a shim driver that just communicates to the MCMAN filesystem driver running on the IOP. Sort of how virtio-fs does it. |
Thanks, @uyjulian! @jur made some minor updates to it in drivers/ps2/mcfs/mcfs.c on the |
for the record https://github.com/FranciscoDA/ps2mcfs . I like the idea we use FUSE for pfs and mcfs, since it has great advantage about maintenance and portability. |
Implement a readable and writable block device driver for the PlayStation 2 memory card (SCPH-10020) accessory. Also implement a corresponding filesystem?
See also #4 and #11.
The text was updated successfully, but these errors were encountered: