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