]> git.zerfleddert.de Git - rigol/blobdiff - scope.h
make capabilities accessible from struct scope
[rigol] / scope.h
diff --git a/scope.h b/scope.h
index 9feef05a012aa2aad0fef31f010ae8a7d99ad0ea..9eafd91e7a658de72387bc7cce861f574df0bad1 100644 (file)
--- a/scope.h
+++ b/scope.h
@@ -2,9 +2,11 @@ struct scope {
        struct {
                struct usb_dev_handle *dev;
                int ep_bulk_out;
-               unsigned int wMaxPacketSize_out;
                int ep_bulk_in;
                unsigned int wMaxPacketSize_in;
+               unsigned char bTag;
+               int brokenRigol;
+               struct usbtmc_capabilities *cap;
        } usb;
        char idn[128];
 };
Impressum, Datenschutz