]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/korad-kaxxxxp/protocol.h
korad-kaxxxxp: support optional version after fixed ID response text
[libsigrok.git] / src / hardware / korad-kaxxxxp / protocol.h
index 29903e9b1b94aa5adef59cbd3742c87ae65b469e..9dcc19cacdfd192c19a8f7aac4442a428df0c5cb 100644 (file)
@@ -36,7 +36,8 @@ enum korad_quirks_flag {
        KORAD_QUIRK_LABPS_OVP_EN = 1UL << 0,
        KORAD_QUIRK_ID_NO_VENDOR = 1UL << 1,
        KORAD_QUIRK_ID_TRAILING = 1UL << 2,
-       KORAD_QUIRK_ALL = (1UL << 3) - 1,
+       KORAD_QUIRK_ID_OPT_VERSION = 1UL << 3,
+       KORAD_QUIRK_ALL = (1UL << 4) - 1,
 };
 
 /* Information on single model */