mtd: cfi_cmdset_0002: add CFI detection for SST 39VF{16, 32}xx chips
[safe/jmp/linux-2.6] / drivers / mtd / chips / gen_probe.c
index 1d56887..75a8f9d 100644 (file)
@@ -248,6 +248,7 @@ static struct mtd_info *check_cmd_set(struct map_info *map, int primary)
 #endif
 #ifdef CONFIG_MTD_CFI_AMDSTD
        case P_ID_AMD_STD:
+       case P_ID_SST_OLD:
                return cfi_cmdset_0002(map, primary);
 #endif
 #ifdef CONFIG_MTD_CFI_STAA