From 82e32f9fe59e56224c0529ae5f67f88dc18c1e16 Mon Sep 17 00:00:00 2001 From: TBK Date: Sun, 14 Jul 2019 18:54:54 +0200 Subject: [PATCH] fs: sdfat: Update to version 2.1.10 Taken from SM-A505FN (A505FNXXU1ASE3) kernel: SM-A505FN_EUR_PP_Opensource.zip --- dkms.conf | 2 +- sdfat_fs.h | 3 +++ version.h | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dkms.conf b/dkms.conf index 835b408..1a84ac5 100644 --- a/dkms.conf +++ b/dkms.conf @@ -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 PACKAGE_NAME="sdfat" diff --git a/sdfat_fs.h b/sdfat_fs.h index 487ac3f..7044f85 100644 --- a/sdfat_fs.h +++ b/sdfat_fs.h @@ -33,7 +33,10 @@ #define EXFAT_SUPER_MAGIC (0x2011BAB0UL) #endif /* EXFAT_SUPER_MAGIC */ +#ifndef SDFAT_SUPER_MAGIC #define SDFAT_SUPER_MAGIC (0x5EC5DFA4UL) +#endif /* SDFAT_SUPER_MAGIC */ + #define SDFAT_ROOT_INO 1 /* FAT types */ diff --git a/version.h b/version.h index a3506fa..783ce4c 100644 --- a/version.h +++ b/version.h @@ -22,4 +22,4 @@ /* PURPOSE : sdFAT File Manager */ /* */ /************************************************************************/ -#define SDFAT_VERSION "2.1.8.2" +#define SDFAT_VERSION "2.1.10.1"