]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/usb_request/pd.py
Mark all stacked decoders as being PD API version 3.
[libsigrokdecode.git] / decoders / usb_request / pd.py
index bb7aedc5dd8e483f4bbad36d53cca989fd572a83..5d2d47d3e6f239603ada770674f80b023b031fba 100644 (file)
@@ -14,8 +14,7 @@
 ## GNU General Public License for more details.
 ##
 ## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+## along with this program; if not, see <http://www.gnu.org/licenses/>.
 ##
 
 import sigrokdecode as srd
@@ -113,7 +112,7 @@ class pcap_usb_pkt():
         return 64 + len(self.data)
 
 class Decoder(srd.Decoder):
-    api_version = 2
+    api_version = 3
     id = 'usb_request'
     name = 'USB request'
     longname = 'Universal Serial Bus (LS/FS) transaction/request'