-
-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve dirnext() calls in both PFS and HFS devoptab wrappers to make them also return bogus "." and ".." directory entries. The "st_ino" field is now also being filled for all file entries. Other changes include: * libs: update libusbhsfs.
- Loading branch information
1 parent
e6caff3
commit 091747d
Showing
3 changed files
with
71 additions
and
25 deletions.
There are no files selected for viewing
Submodule libusbhsfs
updated
12 files
+3 −3 | example_callback/source/main.c | |
+3 −3 | example_event/source/main.c | |
+2 −2 | source/fatfs/diskio.c | |
+11 −11 | source/fatfs/ff_dev.c | |
+4 −4 | source/lwext4/ext_dev.c | |
+4 −4 | source/lwext4/ext_disk_io.c | |
+9 −9 | source/ntfs-3g/ntfs_dev.c | |
+1 −1 | source/ntfs-3g/ntfs_disk_io.c | |
+15 −15 | source/sxos/usbfs_dev.c | |
+1 −1 | source/usbhsfs_drive.h | |
+2 −2 | source/usbhsfs_manager.c | |
+1 −1 | source/usbhsfs_mount.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters