]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/korad-kaxxxxp/protocol.h
korad-kaxxxxp: use ID text prefix with optional version for RND models
[libsigrok.git] / src / hardware / korad-kaxxxxp / protocol.h
index 9c7b33a17504a3a66a9cdcd0f83940735de97970..9dcc19cacdfd192c19a8f7aac4442a428df0c5cb 100644 (file)
 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_ID_OPT_VERSION = 1UL << 3,
+       KORAD_QUIRK_ALL = (1UL << 4) - 1,
 };
 
 /* Information on single model */