aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/videomode/ediddevs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/videomode/ediddevs.h')
-rw-r--r--sys/dev/videomode/ediddevs.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/sys/dev/videomode/ediddevs.h b/sys/dev/videomode/ediddevs.h
index a0dc4e2b181c..872192882c3e 100644
--- a/sys/dev/videomode/ediddevs.h
+++ b/sys/dev/videomode/ediddevs.h
@@ -1,9 +1,8 @@
-
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: ediddevs,v 1.1 2006/05/11 01:49:53 gdamore Exp
+ * NetBSD: ediddevs,v 1.2 2007/03/07 18:47:13 macallan Exp
*/
/*-
@@ -81,6 +80,16 @@
#define EDID_VENDOR_VSC "ViewSonic"
#define EDID_VENDOR_ZCM "Zenith"
+/*
+ * List of known products, grouped and sorted by vendor.
+ *
+ * EDID version 1.3 requires that monitors expose the monitor name with
+ * the ASCII descriptor type 0xFC, so for monitors using that block, this
+ * information is redundant, and there is not point in listing them here,
+ * unless it is desired to have a symbolic macro to detect the monitor in
+ * special handling code or somesuch.
+ */
+
/* Dell - this exists for now as a sample. I don't have one of these. */
#define EDID_PRODUCT_DEL_ULTRASCAN14XE_REVA 0x139A /* Ultrascan 14XE */
#define EDID_PRODUCT_DEL_ULTRASCAN14XE_REVB 0x139B /* Ultrascan 14XE */