summaryrefslogtreecommitdiffstats
path: root/src/operations.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/operations.c')
-rw-r--r--src/operations.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/operations.c b/src/operations.c
index 10ad975..85d1e3d 100644
--- a/src/operations.c
+++ b/src/operations.c
@@ -602,6 +602,8 @@ int dev_get_sw_ver(struct device_info * dev, char * ver, size_t size) {
if ( protocol == FLASH_NOLO )
return nolo_get_sw_ver(dev->usb, ver, size);
+ else if ( protocol == FLASH_MKII )
+ return mkii_get_sw_ver(dev->usb, ver, size);
}