From 2dc6d41c64a8235308e61b4f9b509c7fecb2b502 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 19 Jun 2012 17:29:18 +0200 Subject: srd: Split USB decoder in two PDs (which stack). The 'usb_signalling' decoder just decodes symbols from D+/D- levels, handles bit stuffing and outputs the symbols and (potential) packets. The 'usb_protocol' decoder takes that output and tried to parse USB packets from it (SOF, SETUP, IN, OUT, DATA0, and so on). This is the base decoder on top of which various others will stack later on. The two new PDs are work in progress, so we still keep the old 'usb' PD around for a little while, until the two new ones are fully working and well-tested. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index be2946e..ec1a14f 100644 --- a/configure.ac +++ b/configure.ac @@ -168,6 +168,8 @@ AC_CONFIG_FILES([Makefile decoders/uart/Makefile decoders/uart_dump/Makefile decoders/usb/Makefile + decoders/usb_signalling/Makefile + decoders/usb_protocol/Makefile ]) AC_OUTPUT -- cgit v1.2.3-70-g09d2