From: Michael Gernoth Date: Mon, 7 Jun 2010 11:44:20 +0000 (+0200) Subject: add msg component for usbtmc, not used by old rigol scopes X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/rigol/commitdiff_plain/65f37f81452610d9e278ab391583584d0ce7f990?ds=sidebyside add msg component for usbtmc, not used by old rigol scopes --- diff --git a/usbtmc.h b/usbtmc.h index bae36da..34fb77d 100644 --- a/usbtmc.h +++ b/usbtmc.h @@ -8,6 +8,7 @@ struct usbtmc_header { unsigned char TermChar; /* Only in REQUEST_DEV_DEP_MSG_IN */ unsigned char Reverved10; unsigned char Reverved11; + unsigned char msg[]; } __attribute__ ((__packed__)); #define USBTMC_DEV_DEP_MSG_OUT 0x1