X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fedid%2F__init__.py;h=f0331cc89e719e662aa86515804c33630e83b0af;hb=8a8b516aff4005faeea3df0f3ecb22527c10ae8d;hp=d892e60ec1e038177756ffccc58ce9084ba1340b;hpb=1063646c74946527c6e8d23790f6fd8501f5665c;p=libsigrokdecode.git diff --git a/decoders/edid/__init__.py b/decoders/edid/__init__.py index d892e60..f0331cc 100644 --- a/decoders/edid/__init__.py +++ b/decoders/edid/__init__.py @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the libsigrokdecode project. ## ## Copyright (C) 2012 Bert Vermeulen ## @@ -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 . ## ''' @@ -25,7 +24,7 @@ The three-character vendor ID as specified in the EDID standard refers to a Plug and Play ID (PNPID). The list of PNPID assignments is done by Microsoft. More information is available on this page: - http://msdn.microsoft.com/en-us/windows/hardware/gg463195 + http://msdn.microsoft.com/en-us/windows/hardware/gg463195 The 'pnpids.txt' file included with this protocol decoder is derived from the list of assignments downloadable from that page. It was retrieved in @@ -33,8 +32,7 @@ January 2012. More information on EDID is available here: - https://en.wikipedia.org/wiki/Extended_display_identification_data + https://en.wikipedia.org/wiki/Extended_display_identification_data ''' -from .edid import * - +from .pd import Decoder