]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/edid/__init__.py
srd: Add .gitignore file.
[libsigrokdecode.git] / decoders / edid / __init__.py
index f14c462e5143fde11fc5ed9e6186c24ba175c467..9932a81a0ef7c8f41ca346aa21a2953cd5efe130 100644 (file)
 ## 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 *