]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/korad-kaxxxxp/protocol.h
korad-kaxxxxp: prepare more versatile ID response text checks
[libsigrok.git] / src / hardware / korad-kaxxxxp / protocol.h
index 9c7b33a17504a3a66a9cdcd0f83940735de97970..29903e9b1b94aa5adef59cbd3742c87ae65b469e 100644 (file)
@@ -34,7 +34,9 @@
 enum korad_quirks_flag {
        KORAD_QUIRK_NONE = 0,
        KORAD_QUIRK_LABPS_OVP_EN = 1UL << 0,
-       KORAD_QUIRK_ALL = (1UL << 1) - 1,
+       KORAD_QUIRK_ID_NO_VENDOR = 1UL << 1,
+       KORAD_QUIRK_ID_TRAILING = 1UL << 2,
+       KORAD_QUIRK_ALL = (1UL << 3) - 1,
 };
 
 /* Information on single model */