X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=decoders%2Fmdio%2Fpd.py;h=15414e5fac891a2d7aca01f2f438bb4235abc382;hb=8249f091ce7b06a1736d54b7d25ee8cef282f70b;hp=25229129516c748548539b0775efa455af441a47;hpb=389d21d222a503b9f5f43404ced4b10813008b3a;p=libsigrokdecode.git diff --git a/decoders/mdio/pd.py b/decoders/mdio/pd.py index 2522912..15414e5 100644 --- a/decoders/mdio/pd.py +++ b/decoders/mdio/pd.py @@ -33,10 +33,11 @@ class Decoder(srd.Decoder): id = 'mdio' name = 'MDIO' longname = 'Management Data Input/Output' - desc = 'Half-duplex sync serial bus for MII management between MAC and PHY.' + desc = 'MII management bus between MAC and PHY.' license = 'bsd' inputs = ['logic'] outputs = ['mdio'] + tags = ['Networking'] channels = ( {'id': 'mdc', 'name': 'MDC', 'desc': 'Clock'}, {'id': 'mdio', 'name': 'MDIO', 'desc': 'Data'},