Browse Source

Add preliminary support for EDID. Closes: #896932

Christoph Biedl 5 years ago
parent
commit
9053598c9f
1 changed files with 10 additions and 1 deletions
  1. 10 1
      debian/debian-extra-magic

+ 10 - 1
debian/debian-extra-magic

@@ -2,6 +2,16 @@
 # sorted by Debian bug report number
 
 
+# Extended Display Identification Data (EDID)
+# https://bugs.debian.org/896932
+# https://bugs.astron.com/view.php?id=12
+# https://en.wikipedia.org/wiki/Extended_Display_Identification_Data
+0       string  \x00\xFF\xFF\xFF\xFF\xFF\xFF\x00
+>19     byte    x
+>>18    byte    x   EDID data, version %u.
+>>19    byte    x   \b%u
+
+
 # SketchUp files
 # https://bugs.debian.org/903693
 # https://bugs.astron.com/view.php?id=10
@@ -9,4 +19,3 @@
 0   string  \xff\xfe\xff\x0e\x53\x00\x6b\x00\x65\x00\x74\x00\x63\x00\x68\x00\x55\x00\x70\x00\x20\x00\x4d\x00\x6f\x00\x64\x00\x65\x00\x6c\x00  SketchUp Model
 !:mime      application/vnd.sketchup.skp
 !:ext       skp
->>>>>>> 2a2fa80... Add magic for SketchUp files. Closes: #903693