diff options
Diffstat (limited to 'decoders')
75 files changed, 50 insertions, 50 deletions
diff --git a/decoders/dcf77/Makefile.am b/decoders/dcf77/Makefile.am index c55f0b7..33ea1c7 100644 --- a/decoders/dcf77/Makefile.am +++ b/decoders/dcf77/Makefile.am @@ -20,7 +20,7 @@ pkgdatadir = $(DECODERS_DIR)/dcf77 -dist_pkgdata_DATA = __init__.py dcf77.py +dist_pkgdata_DATA = __init__.py pd.py CLEANFILES = *.pyc diff --git a/decoders/dcf77/__init__.py b/decoders/dcf77/__init__.py index bef505b..e2ed26b 100644 --- a/decoders/dcf77/__init__.py +++ b/decoders/dcf77/__init__.py @@ -25,5 +25,5 @@ Details: http://en.wikipedia.org/wiki/DCF77 ''' -from .dcf77 import * +from .pd import * diff --git a/decoders/dcf77/dcf77.py b/decoders/dcf77/pd.py index c4132e9..c4132e9 100644 --- a/decoders/dcf77/dcf77.py +++ b/decoders/dcf77/pd.py diff --git a/decoders/edid/Makefile.am b/decoders/edid/Makefile.am index 2ec1715..8381dcc 100644 --- a/decoders/edid/Makefile.am +++ b/decoders/edid/Makefile.am @@ -20,7 +20,7 @@ pkgdatadir = $(DECODERS_DIR)/edid -dist_pkgdata_DATA = __init__.py edid.py pnpids.txt +dist_pkgdata_DATA = __init__.py pd.py pnpids.txt CLEANFILES = *.pyc diff --git a/decoders/edid/__init__.py b/decoders/edid/__init__.py index 0987d17..baa2681 100644 --- a/decoders/edid/__init__.py +++ b/decoders/edid/__init__.py @@ -36,5 +36,5 @@ More information on EDID is available here: https://en.wikipedia.org/wiki/Extended_display_identification_data ''' -from .edid import * +from .pd import * diff --git a/decoders/edid/edid.py b/decoders/edid/pd.py index a03fe67..a03fe67 100644 --- a/decoders/edid/edid.py +++ b/decoders/edid/pd.py diff --git a/decoders/i2c/Makefile.am b/decoders/i2c/Makefile.am index 75a53eb..c25393f 100644 --- a/decoders/i2c/Makefile.am +++ b/decoders/i2c/Makefile.am @@ -20,7 +20,7 @@ pkgdatadir = $(DECODERS_DIR)/i2c -dist_pkgdata_DATA = __init__.py i2c.py +dist_pkgdata_DATA = __init__.py pd.py CLEANFILES = *.pyc diff --git a/decoders/i2c/__init__.py b/decoders/i2c/__init__.py index 14262d1..6c7dafe 100644 --- a/decoders/i2c/__init__.py +++ b/decoders/i2c/__init__.py @@ -79,5 +79,5 @@ For 'START', 'START REPEAT', 'STOP', 'ACK', and 'NACK' <data> is None. ''' -from .i2c import * +from .pd import * diff --git a/decoders/i2c/i2c.py b/decoders/i2c/pd.py index 53321eb..53321eb 100644 --- a/decoders/i2c/i2c.py +++ b/decoders/i2c/pd.py diff --git a/decoders/i2cdemux/Makefile.am b/decoders/i2cdemux/Makefile.am index d305394..bc45d02 100644 --- a/decoders/i2cdemux/Makefile.am +++ b/decoders/i2cdemux/Makefile.am @@ -20,7 +20,7 @@ pkgdatadir = $(DECODERS_DIR)/i2cdemux -dist_pkgdata_DATA = __init__.py i2cdemux.py +dist_pkgdata_DATA = __init__.py pd.py CLEANFILES = *.pyc diff --git a/decoders/i2cdemux/__init__.py b/decoders/i2cdemux/__init__.py index 445a88e..1e5afbd 100644 --- a/decoders/i2cdemux/__init__.py +++ b/decoders/i2cdemux/__init__.py @@ -25,5 +25,5 @@ Takes an I2C stream as input and outputs multiple I2C streams, each stream containing only I2C packets for one specific I2C slave. ''' -from .i2cdemux import * +from .pd import * diff --git a/decoders/i2cdemux/i2cdemux.py b/decoders/i2cdemux/pd.py index bb47f23..bb47f23 100644 --- a/decoders/i2cdemux/i2cdemux.py +++ b/decoders/i2cdemux/pd.py diff --git a/decoders/i2cfilter/Makefile.am b/decoders/i2cfilter/Makefile.am index 5b90489..ff7abc4 100644 --- a/decoders/i2cfilter/Makefile.am +++ b/decoders/i2cfilter/Makefile.am @@ -19,7 +19,7 @@ pkgdatadir = $(DECODERS_DIR)/i2cfilter -dist_pkgdata_DATA = __init__.py i2cfilter.py +dist_pkgdata_DATA = __init__.py pd.py CLEANFILES = *.pyc diff --git a/decoders/i2cfilter/__init__.py b/decoders/i2cfilter/__init__.py index 6443f5b..9a0b256 100644 --- a/decoders/i2cfilter/__init__.py +++ b/decoders/i2cfilter/__init__.py @@ -34,5 +34,5 @@ Both of these are optional; if no options are specified the entire payload of the I2C session will be output. ''' -from .i2cfilter import * +from .pd import * diff --git a/decoders/i2cfilter/i2cfilter.py b/decoders/i2cfilter/pd.py index 9c9c43a..9c9c43a 100644 --- a/decoders/i2cfilter/i2cfilter.py +++ b/decoders/i2cfilter/pd.py diff --git a/decoders/i2s/Makefile.am b/decoders/i2s/Makefile.am index ff66902..1fcafce 100644 --- a/decoders/i2s/Makefile.am +++ b/decoders/i2s/Makefile.am @@ -20,7 +20,7 @@ pkgdatadir = $(DECODERS_DIR)/i2s -dist_pkgdata_DATA = __init__.py i2s.py +dist_pkgdata_DATA = __init__.py pd.py CLEANFILES = *.pyc diff --git a/decoders/i2s/__init__.py b/decoders/i2s/__init__.py index 81b785b..f48e94f 100644 --- a/decoders/i2s/__init__.py +++ b/decoders/i2s/__init__.py @@ -26,5 +26,5 @@ http://www.nxp.com/acrobat_download/various/I2SBUS.pdf http://en.wikipedia.org/wiki/I2s ''' -from .i2s import * +from .pd import * diff --git a/decoders/i2s/i2s.py b/decoders/i2s/pd.py index b921011..b921011 100644 --- a/decoders/i2s/i2s.py +++ b/decoders/i2s/pd.py diff --git a/decoders/jtag/Makefile.am b/decoders/jtag/Makefile.am index ce6aede..6d96842 100644 --- a/decoders/jtag/Makefile.am +++ b/decoders/jtag/Makefile.am @@ -20,7 +20,7 @@ pkgdatadir = $(DECODERS_DIR)/jtag -dist_pkgdata_DATA = __init__.py jtag.py +dist_pkgdata_DATA = __init__.py pd.py CLEANFILES = *.pyc diff --git a/decoders/jtag/__init__.py b/decoders/jtag/__init__.py index 4a53502..4538e0e 100644 --- a/decoders/jtag/__init__.py +++ b/decoders/jtag/__init__.py @@ -52,5 +52,5 @@ https://en.wikipedia.org/wiki/Joint_Test_Action_Group http://focus.ti.com/lit/an/ssya002c/ssya002c.pdf ''' -from .jtag import * +from .pd import * diff --git a/decoders/jtag/jtag.py b/decoders/jtag/pd.py index 4e27ce8..4e27ce8 100644 --- a/decoders/jtag/jtag.py +++ b/decoders/jtag/pd.py diff --git a/decoders/jtag_stm32/Makefile.am b/decoders/jtag_stm32/Makefile.am index 08d74d6..7cd39da 100644 --- a/decoders/jtag_stm32/Makefile.am +++ b/decoders/jtag_stm32/Makefile.am @@ -20,7 +20,7 @@ pkgdatadir = $(DECODERS_DIR)/jtag_stm32 -dist_pkgdata_DATA = __init__.py jtag_stm32.py +dist_pkgdata_DATA = __init__.py pd.py CLEANFILES = *.pyc diff --git a/decoders/jtag_stm32/__init__.py b/decoders/jtag_stm32/__init__.py index bc35c46..12e667b 100644 --- a/decoders/jtag_stm32/__init__.py +++ b/decoders/jtag_stm32/__init__.py @@ -28,5 +28,5 @@ https://en.wikipedia.org/wiki/STM32 http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/REFERENCE_MANUAL/CD00171190.pdf (e.g. chapter 31.7: "JTAG debug port") ''' -from .jtag_stm32 import * +from .pd import * diff --git a/decoders/jtag_stm32/jtag_stm32.py b/decoders/jtag_stm32/pd.py index e30788c..e30788c 100644 --- a/decoders/jtag_stm32/jtag_stm32.py +++ b/decoders/jtag_stm32/pd.py diff --git a/decoders/lm75/Makefile.am b/decoders/lm75/Makefile.am index 6ab1818..82a2190 100644 --- a/decoders/lm75/Makefile.am +++ b/decoders/lm75/Makefile.am @@ -20,7 +20,7 @@ pkgdatadir = $(DECODERS_DIR)/lm75 -dist_pkgdata_DATA = __init__.py lm75.py +dist_pkgdata_DATA = __init__.py pd.py CLEANFILES = *.pyc diff --git a/decoders/lm75/__init__.py b/decoders/lm75/__init__.py index fd72612..548cf65 100644 --- a/decoders/lm75/__init__.py +++ b/decoders/lm75/__init__.py @@ -30,5 +30,5 @@ Details: TODO. ''' -from .lm75 import * +from .pd import * diff --git a/decoders/lm75/lm75.py b/decoders/lm75/pd.py index 9d2f0ab..9d2f0ab 100644 --- a/decoders/lm75/lm75.py +++ b/decoders/lm75/pd.py diff --git a/decoders/lpc/Makefile.am b/decoders/lpc/Makefile.am index 28de382..d9cf564 100644 --- a/decoders/lpc/Makefile.am +++ b/decoders/lpc/Makefile.am @@ -20,7 +20,7 @@ pkgdatadir = $(DECODERS_DIR)/lpc -dist_pkgdata_DATA = __init__.py lpc.py +dist_pkgdata_DATA = __init__.py pd.py CLEANFILES = *.pyc diff --git a/decoders/lpc/__init__.py b/decoders/lpc/__init__.py index ce2a140..1c79b73 100644 --- a/decoders/lpc/__init__.py +++ b/decoders/lpc/__init__.py @@ -25,5 +25,5 @@ Details: TODO ''' -from .lpc import * +from .pd import * diff --git a/decoders/lpc/lpc.py b/decoders/lpc/pd.py index cd56a9b..cd56a9b 100644 --- a/decoders/lpc/lpc.py +++ b/decoders/lpc/pd.py diff --git a/decoders/maxim_ds28ea00/Makefile.am b/decoders/maxim_ds28ea00/Makefile.am index ee53993..2441359 100644 --- a/decoders/maxim_ds28ea00/Makefile.am +++ b/decoders/maxim_ds28ea00/Makefile.am @@ -20,7 +20,7 @@ pkgdatadir = $(DECODERS_DIR)/maxim_ds28ea00 -dist_pkgdata_DATA = __init__.py maxim_ds28ea00.py +dist_pkgdata_DATA = __init__.py pd.py CLEANFILES = *.pyc diff --git a/decoders/maxim_ds28ea00/__init__.py b/decoders/maxim_ds28ea00/__init__.py index 508ae5b..cb1c778 100644 --- a/decoders/maxim_ds28ea00/__init__.py +++ b/decoders/maxim_ds28ea00/__init__.py @@ -28,5 +28,5 @@ Details: TODO ''' -from .maxim_ds28ea00 import * +from .pd import * diff --git a/decoders/maxim_ds28ea00/maxim_ds28ea00.py b/decoders/maxim_ds28ea00/pd.py index 026457e..026457e 100644 --- a/decoders/maxim_ds28ea00/maxim_ds28ea00.py +++ b/decoders/maxim_ds28ea00/pd.py diff --git a/decoders/mlx90614/Makefile.am b/decoders/mlx90614/Makefile.am index f14874f..c9d0d4b 100644 --- a/decoders/mlx90614/Makefile.am +++ b/decoders/mlx90614/Makefile.am @@ -20,7 +20,7 @@ pkgdatadir = $(DECODERS_DIR)/mlx90614 -dist_pkgdata_DATA = __init__.py mlx90614.py +dist_pkgdata_DATA = __init__.py pd.py CLEANFILES = *.pyc diff --git a/decoders/mlx90614/__init__.py b/decoders/mlx90614/__init__.py index 0ceabc2..c14e67f 100644 --- a/decoders/mlx90614/__init__.py +++ b/decoders/mlx90614/__init__.py @@ -25,5 +25,5 @@ Details: TODO ''' -from .mlx90614 import * +from .pd import * diff --git a/decoders/mlx90614/mlx90614.py b/decoders/mlx90614/pd.py index 1ee88d7..1ee88d7 100644 --- a/decoders/mlx90614/mlx90614.py +++ b/decoders/mlx90614/pd.py diff --git a/decoders/mx25lxx05d/Makefile.am b/decoders/mx25lxx05d/Makefile.am index 2d571f3..6949796 100644 --- a/decoders/mx25lxx05d/Makefile.am +++ b/decoders/mx25lxx05d/Makefile.am @@ -20,7 +20,7 @@ pkgdatadir = $(DECODERS_DIR)/mx25lxx05d -dist_pkgdata_DATA = __init__.py mx25lxx05d.py +dist_pkgdata_DATA = __init__.py pd.py CLEANFILES = *.pyc diff --git a/decoders/mx25lxx05d/__init__.py b/decoders/mx25lxx05d/__init__.py index 3f3c1c6..74b70e8 100644 --- a/decoders/mx25lxx05d/__init__.py +++ b/decoders/mx25lxx05d/__init__.py @@ -29,5 +29,5 @@ Details: http://www.macronix.com/QuickPlace/hq/PageLibrary4825740B00298A3B.nsf/h_Index/3F21BAC2E121E17848257639003A3146/$File/MX25L1605D-3205D-6405D-1.5.pdf ''' -from .mx25lxx05d import * +from .pd import * diff --git a/decoders/mx25lxx05d/mx25lxx05d.py b/decoders/mx25lxx05d/pd.py index 182ae26..182ae26 100644 --- a/decoders/mx25lxx05d/mx25lxx05d.py +++ b/decoders/mx25lxx05d/pd.py diff --git a/decoders/mxc6225xu/Makefile.am b/decoders/mxc6225xu/Makefile.am index 891dbc1..45cd50c 100644 --- a/decoders/mxc6225xu/Makefile.am +++ b/decoders/mxc6225xu/Makefile.am @@ -20,7 +20,7 @@ pkgdatadir = $(DECODERS_DIR)/mxc6225xu -dist_pkgdata_DATA = __init__.py mxc6225xu.py +dist_pkgdata_DATA = __init__.py pd.py CLEANFILES = *.pyc diff --git a/decoders/mxc6225xu/__init__.py b/decoders/mxc6225xu/__init__.py index 02b63b2..3bca9e4 100644 --- a/decoders/mxc6225xu/__init__.py +++ b/decoders/mxc6225xu/__init__.py @@ -30,5 +30,5 @@ Details: TODO ''' -from .mxc6225xu import * +from .pd import * diff --git a/decoders/mxc6225xu/mxc6225xu.py b/decoders/mxc6225xu/pd.py index 39564a9..39564a9 100644 --- a/decoders/mxc6225xu/mxc6225xu.py +++ b/decoders/mxc6225xu/pd.py diff --git a/decoders/nunchuk/Makefile.am b/decoders/nunchuk/Makefile.am index 5a4917b..7e37522 100644 --- a/decoders/nunchuk/Makefile.am +++ b/decoders/nunchuk/Makefile.am @@ -20,7 +20,7 @@ pkgdatadir = $(DECODERS_DIR)/nunchuk -dist_pkgdata_DATA = __init__.py nunchuk.py +dist_pkgdata_DATA = __init__.py pd.py CLEANFILES = *.pyc diff --git a/decoders/nunchuk/__init__.py b/decoders/nunchuk/__init__.py index 9b85374..ac8e64b 100644 --- a/decoders/nunchuk/__init__.py +++ b/decoders/nunchuk/__init__.py @@ -29,5 +29,5 @@ http://todbot.com/blog/2008/02/18/wiichuck-wii-nunchuck-adapter-available/ https://www.sparkfun.com/products/9281 ''' -from .nunchuk import * +from .pd import * diff --git a/decoders/nunchuk/nunchuk.py b/decoders/nunchuk/pd.py index 0dae39c..0dae39c 100644 --- a/decoders/nunchuk/nunchuk.py +++ b/decoders/nunchuk/pd.py diff --git a/decoders/onewire_link/Makefile.am b/decoders/onewire_link/Makefile.am index b043eca..f949f4c 100644 --- a/decoders/onewire_link/Makefile.am +++ b/decoders/onewire_link/Makefile.am @@ -20,7 +20,7 @@ pkgdatadir = $(DECODERS_DIR)/onewire_link -dist_pkgdata_DATA = __init__.py onewire_link.py +dist_pkgdata_DATA = __init__.py pd.py CLEANFILES = *.pyc diff --git a/decoders/onewire_link/__init__.py b/decoders/onewire_link/__init__.py index cb03471..c1331c6 100644 --- a/decoders/onewire_link/__init__.py +++ b/decoders/onewire_link/__init__.py @@ -87,5 +87,5 @@ TODO: - Maybe add support for interrupts, check if this feature is deprecated. ''' -from .onewire_link import * +from .pd import * diff --git a/decoders/onewire_link/onewire_link.py b/decoders/onewire_link/pd.py index c8bda56..c8bda56 100644 --- a/decoders/onewire_link/onewire_link.py +++ b/decoders/onewire_link/pd.py diff --git a/decoders/onewire_network/Makefile.am b/decoders/onewire_network/Makefile.am index 2484987..d0a84a8 100644 --- a/decoders/onewire_network/Makefile.am +++ b/decoders/onewire_network/Makefile.am @@ -20,7 +20,7 @@ pkgdatadir = $(DECODERS_DIR)/onewire_network -dist_pkgdata_DATA = __init__.py onewire_network.py +dist_pkgdata_DATA = __init__.py pd.py CLEANFILES = *.pyc diff --git a/decoders/onewire_network/__init__.py b/decoders/onewire_network/__init__.py index 25b3f5d..74b9f4b 100644 --- a/decoders/onewire_network/__init__.py +++ b/decoders/onewire_network/__init__.py @@ -58,5 +58,5 @@ TODO: - Add reporting original/complement address values from the search algorithm. ''' -from .onewire_network import * +from .pd import * diff --git a/decoders/onewire_network/onewire_network.py b/decoders/onewire_network/pd.py index ab11ea4..ab11ea4 100644 --- a/decoders/onewire_network/onewire_network.py +++ b/decoders/onewire_network/pd.py diff --git a/decoders/pan1321/Makefile.am b/decoders/pan1321/Makefile.am index 6997ed5..5c5913e 100644 --- a/decoders/pan1321/Makefile.am +++ b/decoders/pan1321/Makefile.am @@ -20,7 +20,7 @@ pkgdatadir = $(DECODERS_DIR)/pan1321 -dist_pkgdata_DATA = __init__.py pan1321.py +dist_pkgdata_DATA = __init__.py pd.py CLEANFILES = *.pyc diff --git a/decoders/pan1321/__init__.py b/decoders/pan1321/__init__.py index 155d961..df48767 100644 --- a/decoders/pan1321/__init__.py +++ b/decoders/pan1321/__init__.py @@ -25,5 +25,5 @@ Details: TODO ''' -from .pan1321 import * +from .pd import * diff --git a/decoders/pan1321/pan1321.py b/decoders/pan1321/pd.py index 827269d..827269d 100644 --- a/decoders/pan1321/pan1321.py +++ b/decoders/pan1321/pd.py diff --git a/decoders/rtc8564/Makefile.am b/decoders/rtc8564/Makefile.am index 581eb5f..8757b9c 100644 --- a/decoders/rtc8564/Makefile.am +++ b/decoders/rtc8564/Makefile.am @@ -20,7 +20,7 @@ pkgdatadir = $(DECODERS_DIR)/rtc8564 -dist_pkgdata_DATA = __init__.py rtc8564.py +dist_pkgdata_DATA = __init__.py pd.py CLEANFILES = *.pyc diff --git a/decoders/rtc8564/__init__.py b/decoders/rtc8564/__init__.py index 5653453..94fdaea 100644 --- a/decoders/rtc8564/__init__.py +++ b/decoders/rtc8564/__init__.py @@ -25,5 +25,5 @@ Details: TODO ''' -from .rtc8564 import * +from .pd import * diff --git a/decoders/rtc8564/rtc8564.py b/decoders/rtc8564/pd.py index bf5d4b6..bf5d4b6 100644 --- a/decoders/rtc8564/rtc8564.py +++ b/decoders/rtc8564/pd.py diff --git a/decoders/spi/Makefile.am b/decoders/spi/Makefile.am index 89bf640..0ab762e 100644 --- a/decoders/spi/Makefile.am +++ b/decoders/spi/Makefile.am @@ -20,7 +20,7 @@ pkgdatadir = $(DECODERS_DIR)/spi -dist_pkgdata_DATA = __init__.py spi.py +dist_pkgdata_DATA = __init__.py pd.py CLEANFILES = *.pyc diff --git a/decoders/spi/__init__.py b/decoders/spi/__init__.py index fedcc5f..1fccbe7 100644 --- a/decoders/spi/__init__.py +++ b/decoders/spi/__init__.py @@ -44,5 +44,5 @@ Examples: ''' -from .spi import * +from .pd import * diff --git a/decoders/spi/spi.py b/decoders/spi/pd.py index 1085786..1085786 100644 --- a/decoders/spi/spi.py +++ b/decoders/spi/pd.py diff --git a/decoders/transitioncounter/Makefile.am b/decoders/transitioncounter/Makefile.am index 74688a3..b7ee1f2 100644 --- a/decoders/transitioncounter/Makefile.am +++ b/decoders/transitioncounter/Makefile.am @@ -20,7 +20,7 @@ pkgdatadir = $(DECODERS_DIR)/transitioncounter -dist_pkgdata_DATA = __init__.py transitioncounter.py +dist_pkgdata_DATA = __init__.py pd.py CLEANFILES = *.pyc diff --git a/decoders/transitioncounter/__init__.py b/decoders/transitioncounter/__init__.py index f2c3b80..3345da6 100644 --- a/decoders/transitioncounter/__init__.py +++ b/decoders/transitioncounter/__init__.py @@ -25,5 +25,5 @@ Details: TODO ''' -from .transitioncounter import * +from .pd import * diff --git a/decoders/transitioncounter/transitioncounter.py b/decoders/transitioncounter/pd.py index 9506cee..9506cee 100644 --- a/decoders/transitioncounter/transitioncounter.py +++ b/decoders/transitioncounter/pd.py diff --git a/decoders/uart/Makefile.am b/decoders/uart/Makefile.am index 155bfc9..61efbd0 100644 --- a/decoders/uart/Makefile.am +++ b/decoders/uart/Makefile.am @@ -20,7 +20,7 @@ pkgdatadir = $(DECODERS_DIR)/uart -dist_pkgdata_DATA = __init__.py uart.py +dist_pkgdata_DATA = __init__.py pd.py CLEANFILES = *.pyc diff --git a/decoders/uart/__init__.py b/decoders/uart/__init__.py index ecba2e1..23e2dd0 100644 --- a/decoders/uart/__init__.py +++ b/decoders/uart/__init__.py @@ -111,5 +111,5 @@ This is the list of <packet-type>s and their respective <packet-data>: The <rxtx> field is 0 for RX packets, 1 for TX packets. ''' -from .uart import * +from .pd import * diff --git a/decoders/uart/uart.py b/decoders/uart/pd.py index 24551da..24551da 100644 --- a/decoders/uart/uart.py +++ b/decoders/uart/pd.py diff --git a/decoders/uart_dump/Makefile.am b/decoders/uart_dump/Makefile.am index d95618c..ca9f532 100644 --- a/decoders/uart_dump/Makefile.am +++ b/decoders/uart_dump/Makefile.am @@ -20,7 +20,7 @@ pkgdatadir = $(DECODERS_DIR)/uart_dump -dist_pkgdata_DATA = __init__.py uart_dump.py +dist_pkgdata_DATA = __init__.py pd.py CLEANFILES = *.pyc diff --git a/decoders/uart_dump/__init__.py b/decoders/uart_dump/__init__.py index 06a6d95..ea351ab 100644 --- a/decoders/uart_dump/__init__.py +++ b/decoders/uart_dump/__init__.py @@ -25,5 +25,5 @@ Details: TODO ''' -from .uart_dump import * +from .pd import * diff --git a/decoders/uart_dump/uart_dump.py b/decoders/uart_dump/pd.py index 1174832..1174832 100644 --- a/decoders/uart_dump/uart_dump.py +++ b/decoders/uart_dump/pd.py diff --git a/decoders/usb_protocol/Makefile.am b/decoders/usb_protocol/Makefile.am index 599092b..d76c1a4 100644 --- a/decoders/usb_protocol/Makefile.am +++ b/decoders/usb_protocol/Makefile.am @@ -20,7 +20,7 @@ pkgdatadir = $(DECODERS_DIR)/usb_protocol -dist_pkgdata_DATA = __init__.py usb_protocol.py +dist_pkgdata_DATA = __init__.py pd.py CLEANFILES = *.pyc diff --git a/decoders/usb_protocol/__init__.py b/decoders/usb_protocol/__init__.py index a19304e..735e3f8 100644 --- a/decoders/usb_protocol/__init__.py +++ b/decoders/usb_protocol/__init__.py @@ -43,5 +43,5 @@ https://en.wikipedia.org/wiki/USB http://www.usb.org/developers/docs/ ''' -from .usb_protocol import * +from .pd import * diff --git a/decoders/usb_protocol/usb_protocol.py b/decoders/usb_protocol/pd.py index b1cd33b..b1cd33b 100644 --- a/decoders/usb_protocol/usb_protocol.py +++ b/decoders/usb_protocol/pd.py diff --git a/decoders/usb_signalling/Makefile.am b/decoders/usb_signalling/Makefile.am index 316c62c..6a54eb3 100644 --- a/decoders/usb_signalling/Makefile.am +++ b/decoders/usb_signalling/Makefile.am @@ -20,7 +20,7 @@ pkgdatadir = $(DECODERS_DIR)/usb_signalling -dist_pkgdata_DATA = __init__.py usb_signalling.py +dist_pkgdata_DATA = __init__.py pd.py CLEANFILES = *.pyc diff --git a/decoders/usb_signalling/__init__.py b/decoders/usb_signalling/__init__.py index 026875c..98ae872 100644 --- a/decoders/usb_signalling/__init__.py +++ b/decoders/usb_signalling/__init__.py @@ -51,5 +51,5 @@ https://en.wikipedia.org/wiki/USB http://www.usb.org/developers/docs/ ''' -from .usb_signalling import * +from .pd import * diff --git a/decoders/usb_signalling/usb_signalling.py b/decoders/usb_signalling/pd.py index 3272cbf..3272cbf 100644 --- a/decoders/usb_signalling/usb_signalling.py +++ b/decoders/usb_signalling/pd.py |