summaryrefslogtreecommitdiff
path: root/decoders/edid/__init__.py
diff options
context:
space:
mode:
authorBert Vermeulen <bert@biot.com>2012-01-29 20:13:43 +0100
committerBert Vermeulen <bert@biot.com>2012-01-29 20:14:50 +0100
commit1063646c74946527c6e8d23790f6fd8501f5665c (patch)
treec3881bd6475104a8ad527273133e17b750fc20e3 /decoders/edid/__init__.py
parent91b2e171b0e84764f078414cd9445a0133bd653f (diff)
downloadlibsigrokdecode-1063646c74946527c6e8d23790f6fd8501f5665c.tar.gz
libsigrokdecode-1063646c74946527c6e8d23790f6fd8501f5665c.zip
edid: move PD docstring to __init__.py
also minor code cleanups
Diffstat (limited to 'decoders/edid/__init__.py')
-rw-r--r--decoders/edid/__init__.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/decoders/edid/__init__.py b/decoders/edid/__init__.py
index f14c462..d892e60 100644
--- a/decoders/edid/__init__.py
+++ b/decoders/edid/__init__.py
@@ -18,5 +18,23 @@
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
##
+'''
+EDID 1.3 structure decoder.
+
+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
+
+The 'pnpids.txt' file included with this protocol decoder is derived from
+the list of assignments downloadable from that page. It was retrieved in
+January 2012.
+
+More information on EDID is available here:
+
+ https://en.wikipedia.org/wiki/Extended_display_identification_data
+'''
+
from .edid import *