xref: /minix3/sys/dev/videomode/ediddevs_data.h (revision bdf33c702aa8bcb68ec6500058b7c9ee0fcddfe9)
1*bdf33c70SThomas Cort /*	$NetBSD: ediddevs_data.h,v 1.2 2007/03/07 18:47:13 macallan Exp $	*/
2*bdf33c70SThomas Cort 
3*bdf33c70SThomas Cort /*
4*bdf33c70SThomas Cort  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
5*bdf33c70SThomas Cort  *
6*bdf33c70SThomas Cort  * generated from:
7*bdf33c70SThomas Cort  *	NetBSD: ediddevs,v 1.1 2006/05/11 01:49:53 gdamore Exp
8*bdf33c70SThomas Cort  */
9*bdf33c70SThomas Cort 
10*bdf33c70SThomas Cort /*-
11*bdf33c70SThomas Cort  * Copyright (c) 2006 Itronix Inc.
12*bdf33c70SThomas Cort  * All rights reserved.
13*bdf33c70SThomas Cort  *
14*bdf33c70SThomas Cort  * Written by Garrett D'Amore for Itronix Inc.
15*bdf33c70SThomas Cort  *
16*bdf33c70SThomas Cort  * Redistribution and use in source and binary forms, with or without
17*bdf33c70SThomas Cort  * modification, are permitted provided that the following conditions
18*bdf33c70SThomas Cort  * are met:
19*bdf33c70SThomas Cort  * 1. Redistributions of source code must retain the above copyright
20*bdf33c70SThomas Cort  *    notice, this list of conditions and the following disclaimer.
21*bdf33c70SThomas Cort  * 2. Redistributions in binary form must reproduce the above copyright
22*bdf33c70SThomas Cort  *    notice, this list of conditions and the following disclaimer in the
23*bdf33c70SThomas Cort  *    documentation and/or other materials provided with the distribution.
24*bdf33c70SThomas Cort  * 3. The name of Itronix Inc. may not be used to endorse
25*bdf33c70SThomas Cort  *    or promote products derived from this software without specific
26*bdf33c70SThomas Cort  *    prior written permission.
27*bdf33c70SThomas Cort  *
28*bdf33c70SThomas Cort  * THIS SOFTWARE IS PROVIDED BY ITRONIX INC. ``AS IS'' AND ANY EXPRESS
29*bdf33c70SThomas Cort  * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
30*bdf33c70SThomas Cort  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
31*bdf33c70SThomas Cort  * ARE DISCLAIMED.  IN NO EVENT SHALL ITRONIX INC. BE LIABLE FOR ANY
32*bdf33c70SThomas Cort  * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
33*bdf33c70SThomas Cort  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
34*bdf33c70SThomas Cort  * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
35*bdf33c70SThomas Cort  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
36*bdf33c70SThomas Cort  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
37*bdf33c70SThomas Cort  * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
38*bdf33c70SThomas Cort  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39*bdf33c70SThomas Cort  */
40*bdf33c70SThomas Cort 
41*bdf33c70SThomas Cort const struct edid_vendor edid_vendors[] = {
42*bdf33c70SThomas Cort 	{ "AAC", EDID_VENDOR_AAC },
43*bdf33c70SThomas Cort 	{ "AOC", EDID_VENDOR_AOC },
44*bdf33c70SThomas Cort 	{ "APP", EDID_VENDOR_APP },
45*bdf33c70SThomas Cort 	{ "AST", EDID_VENDOR_AST },
46*bdf33c70SThomas Cort 	{ "CPL", EDID_VENDOR_CPL },
47*bdf33c70SThomas Cort 	{ "CPQ", EDID_VENDOR_CPQ },
48*bdf33c70SThomas Cort 	{ "CTX", EDID_VENDOR_CTX },
49*bdf33c70SThomas Cort 	{ "DEC", EDID_VENDOR_DEC },
50*bdf33c70SThomas Cort 	{ "DEL", EDID_VENDOR_DEL },
51*bdf33c70SThomas Cort 	{ "DPC", EDID_VENDOR_DPC },
52*bdf33c70SThomas Cort 	{ "DWE", EDID_VENDOR_DWE },
53*bdf33c70SThomas Cort 	{ "EIZ", EDID_VENDOR_EIZ },
54*bdf33c70SThomas Cort 	{ "ELS", EDID_VENDOR_ELS },
55*bdf33c70SThomas Cort 	{ "EPI", EDID_VENDOR_EPI },
56*bdf33c70SThomas Cort 	{ "FCM", EDID_VENDOR_FCM },
57*bdf33c70SThomas Cort 	{ "FUJ", EDID_VENDOR_FUJ },
58*bdf33c70SThomas Cort 	{ "GSM", EDID_VENDOR_GSM },
59*bdf33c70SThomas Cort 	{ "GWY", EDID_VENDOR_GWY },
60*bdf33c70SThomas Cort 	{ "HEI", EDID_VENDOR_HEI },
61*bdf33c70SThomas Cort 	{ "HIT", EDID_VENDOR_HIT },
62*bdf33c70SThomas Cort 	{ "HSL", EDID_VENDOR_HSL },
63*bdf33c70SThomas Cort 	{ "HTC", EDID_VENDOR_HTC },
64*bdf33c70SThomas Cort 	{ "HWP", EDID_VENDOR_HWP },
65*bdf33c70SThomas Cort 	{ "IBM", EDID_VENDOR_IBM },
66*bdf33c70SThomas Cort 	{ "ICL", EDID_VENDOR_ICL },
67*bdf33c70SThomas Cort 	{ "IVM", EDID_VENDOR_IVM },
68*bdf33c70SThomas Cort 	{ "KDS", EDID_VENDOR_KDS },
69*bdf33c70SThomas Cort 	{ "MEI", EDID_VENDOR_MEI },
70*bdf33c70SThomas Cort 	{ "MEL", EDID_VENDOR_MEL },
71*bdf33c70SThomas Cort 	{ "NAN", EDID_VENDOR_NAN },
72*bdf33c70SThomas Cort 	{ "NEC", EDID_VENDOR_NEC },
73*bdf33c70SThomas Cort 	{ "NOK", EDID_VENDOR_NOK },
74*bdf33c70SThomas Cort 	{ "PHL", EDID_VENDOR_PHL },
75*bdf33c70SThomas Cort 	{ "REL", EDID_VENDOR_REL },
76*bdf33c70SThomas Cort 	{ "SAM", EDID_VENDOR_SAM },
77*bdf33c70SThomas Cort 	{ "SGI", EDID_VENDOR_SGI },
78*bdf33c70SThomas Cort 	{ "SNY", EDID_VENDOR_SNY },
79*bdf33c70SThomas Cort 	{ "SRC", EDID_VENDOR_SRC },
80*bdf33c70SThomas Cort 	{ "SUN", EDID_VENDOR_SUN },
81*bdf33c70SThomas Cort 	{ "TAT", EDID_VENDOR_TAT },
82*bdf33c70SThomas Cort 	{ "TOS", EDID_VENDOR_TOS },
83*bdf33c70SThomas Cort 	{ "TSB", EDID_VENDOR_TSB },
84*bdf33c70SThomas Cort 	{ "VSC", EDID_VENDOR_VSC },
85*bdf33c70SThomas Cort 	{ "ZCM", EDID_VENDOR_ZCM },
86*bdf33c70SThomas Cort };
87*bdf33c70SThomas Cort const int edid_nvendors = 44;
88*bdf33c70SThomas Cort 
89*bdf33c70SThomas Cort const struct edid_product edid_products[] = {
90*bdf33c70SThomas Cort 	{
91*bdf33c70SThomas Cort 	    "DEL", EDID_PRODUCT_DEL_ULTRASCAN14XE_REVA,
92*bdf33c70SThomas Cort 	    "Ultrascan 14XE",
93*bdf33c70SThomas Cort 	},
94*bdf33c70SThomas Cort 	{
95*bdf33c70SThomas Cort 	    "DEL", EDID_PRODUCT_DEL_ULTRASCAN14XE_REVB,
96*bdf33c70SThomas Cort 	    "Ultrascan 14XE",
97*bdf33c70SThomas Cort 	},
98*bdf33c70SThomas Cort 	{
99*bdf33c70SThomas Cort 	    "VSC", EDID_PRODUCT_VSC_17GS,
100*bdf33c70SThomas Cort 	    "17GS",
101*bdf33c70SThomas Cort 	},
102*bdf33c70SThomas Cort 	{
103*bdf33c70SThomas Cort 	    "VSC", EDID_PRODUCT_VSC_17PS,
104*bdf33c70SThomas Cort 	    "17PS",
105*bdf33c70SThomas Cort 	},
106*bdf33c70SThomas Cort };
107*bdf33c70SThomas Cort const int edid_nproducts = 4;
108