summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.35/089-mtd-samsung-flash.patch
blob: 4160b813a25eff2ff8b8d1a42def02f2798842b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/drivers/mtd/chips/cfi_cmdset_0002.c
+++ b/drivers/mtd/chips/cfi_cmdset_0002.c
@@ -418,7 +418,7 @@
 			 */
 			cfi_fixup_major_minor(cfi, extp);
 
-			if (extp->MajorVersion != '1' ||
+			if (extp->MajorVersion < '0' || extp->MajorVersion > '3' ||
 			    (extp->MinorVersion < '0' || extp->MinorVersion > '4')) {
 			        if (cfi->mfr == MANUFACTURER_SAMSUNG &&
 				    (extp->MajorVersion == '3' && extp->MinorVersion == '3')) {