]> sigrok.org Git - libsigrok.git/blobdiff - hardware/hantek-dso/dso.h
hantek-dso: add profiles for all five models in the series
[libsigrok.git] / hardware / hantek-dso / dso.h
index 53cf49408d9ea7c78e5a2742b006c08bf617706a..c7ae841fa4f22e7eee18297daf50244612bcdd07 100644 (file)
@@ -26,6 +26,7 @@
 #define USB_CONFIGURATION      1
 #define DSO_EP_IN              0x86
 #define DSO_EP_OUT             0x02
+#define NUM_PROBES             2
 
 /* FX2 renumeration delay in ms */
 #define MAX_RENUM_DELAY_MS     3000
@@ -154,8 +155,6 @@ struct dso_profile {
        uint16_t fw_pid;
        char *vendor;
        char *model;
-       char *model_version;
-       int num_probes;
        char *firmware;
 };