fs: sdfat: Update to version 2.1.10

Taken from SM-A505FN (A505FNXXU1ASE3) kernel: SM-A505FN_EUR_PP_Opensource.zip
This commit is contained in:
TBK 2019-07-14 18:54:54 +02:00
parent ab4594b6a3
commit 82e32f9fe5
No known key found for this signature in database
GPG Key ID: 5FFB25718720C7D7
3 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
PACKAGE_VERSION="2.1.8.2" PACKAGE_VERSION="2.1.10.1"
# Items below here should not have to change with each driver version # Items below here should not have to change with each driver version
PACKAGE_NAME="sdfat" PACKAGE_NAME="sdfat"

View File

@ -33,7 +33,10 @@
#define EXFAT_SUPER_MAGIC (0x2011BAB0UL) #define EXFAT_SUPER_MAGIC (0x2011BAB0UL)
#endif /* EXFAT_SUPER_MAGIC */ #endif /* EXFAT_SUPER_MAGIC */
#ifndef SDFAT_SUPER_MAGIC
#define SDFAT_SUPER_MAGIC (0x5EC5DFA4UL) #define SDFAT_SUPER_MAGIC (0x5EC5DFA4UL)
#endif /* SDFAT_SUPER_MAGIC */
#define SDFAT_ROOT_INO 1 #define SDFAT_ROOT_INO 1
/* FAT types */ /* FAT types */

View File

@ -22,4 +22,4 @@
/* PURPOSE : sdFAT File Manager */ /* PURPOSE : sdFAT File Manager */
/* */ /* */
/************************************************************************/ /************************************************************************/
#define SDFAT_VERSION "2.1.8.2" #define SDFAT_VERSION "2.1.10.1"