]> git.zerfleddert.de Git - rigol/commitdiff
add unused variables in struct scope
authorMichael Gernoth <michael@gernoth.net>
Mon, 7 Jun 2010 12:29:37 +0000 (14:29 +0200)
committerMichael Gernoth <michael@gernoth.net>
Mon, 7 Jun 2010 12:29:37 +0000 (14:29 +0200)
scope.h

diff --git a/scope.h b/scope.h
index 66ed6fa07997a27173dea3608d382bd8562db1c0..9feef05a012aa2aad0fef31f010ae8a7d99ad0ea 100644 (file)
--- a/scope.h
+++ b/scope.h
@@ -1,6 +1,10 @@
 struct scope {
        struct {
                struct usb_dev_handle *dev;
+               int ep_bulk_out;
+               unsigned int wMaxPacketSize_out;
+               int ep_bulk_in;
+               unsigned int wMaxPacketSize_in;
        } usb;
        char idn[128];
 };
Impressum, Datenschutz