]> 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 66ed6fa07997a27173dea3608d382bd8562db1c0..9eafd91e7a658de72387bc7cce861f574df0bad1 100644 (file)
--- a/scope.h
+++ b/scope.h
@@ -1,6 +1,12 @@
 struct scope {
        struct {
                struct usb_dev_handle *dev;
+               int ep_bulk_out;
+               int ep_bulk_in;
+               unsigned int wMaxPacketSize_in;
+               unsigned char bTag;
+               int brokenRigol;
+               struct usbtmc_capabilities *cap;
        } usb;
        char idn[128];
 };
Impressum, Datenschutz