summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dediprog.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dediprog.c b/dediprog.c
index c50e374e7..ac7d4624c 100644
--- a/dediprog.c
+++ b/dediprog.c
@@ -1267,7 +1267,8 @@ int dediprog_init(void)
if (dediprog_standalone_mode())
return 1;
- if (dediprog_devicetype == DEV_SF100 && protocol() == PROTOCOL_V1)
+ if ((dediprog_devicetype == DEV_SF100) ||
+ (dediprog_devicetype == DEV_SF600 && protocol() == PROTOCOL_V3))
spi_master_dediprog.features &= ~SPI_MASTER_NO_4BA_MODES;
if (protocol() == PROTOCOL_V2)