X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fhantek-dso%2Fdso.h;h=b4f563464fda352a8b57fc3f976e50596c4308d4;hb=034accb512e43172ee292d1585870db9e2477ed0;hp=8d543b62921d36608d1ec4602471a269429def8b;hpb=fe9ac252502fbb90badc84367eea75d6ab027686;p=libsigrok.git diff --git a/hardware/hantek-dso/dso.h b/hardware/hantek-dso/dso.h index 8d543b62..b4f56346 100644 --- a/hardware/hantek-dso/dso.h +++ b/hardware/hantek-dso/dso.h @@ -55,8 +55,8 @@ /* Hantek DSO-specific protocol values */ #define EEPROM_CHANNEL_OFFSETS 0x08 +/* All models have this for their "fast" mode. */ #define FRAMESIZE_SMALL 10240 -#define FRAMESIZE_LARGE 32768 enum control_requests { CTRL_READ_EEPROM = 0xa2, @@ -163,6 +163,7 @@ struct dso_profile { uint16_t fw_pid; char *vendor; char *model; + const uint64_t *buffersizes; char *firmware; };