xref: /freebsd/sys/dev/videomode/ediddevs.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 #define	EDID_VENDOR_AAC	"AcerView"
39 #define	EDID_VENDOR_AOC	"AOC"
40 #define	EDID_VENDOR_APP	"Apple Computer"
41 #define	EDID_VENDOR_AST	"AST Research"
42 #define	EDID_VENDOR_CPL	"Compal"
43 #define	EDID_VENDOR_CPQ	"Compaq"
44 #define	EDID_VENDOR_CTX	"CTX"
45 #define	EDID_VENDOR_DEC	"DEC"
46 #define	EDID_VENDOR_DEL	"Dell"
47 #define	EDID_VENDOR_DPC	"Delta"
48 #define	EDID_VENDOR_DWE	"Daewoo"
49 #define	EDID_VENDOR_EIZ	"EIZO"
50 #define	EDID_VENDOR_ELS	"ELSA"
51 #define	EDID_VENDOR_EPI	"Envision"
52 #define	EDID_VENDOR_FCM	"Funai"
53 #define	EDID_VENDOR_FUJ	"Fujitsu"
54 #define	EDID_VENDOR_GSM	"LG Electronics"
55 #define	EDID_VENDOR_GWY	"Gateway 2000"
56 #define	EDID_VENDOR_HEI	"Hyundai"
57 #define	EDID_VENDOR_HIT	"Hitachi"
58 #define	EDID_VENDOR_HSL	"Hansol"
59 #define	EDID_VENDOR_HTC	"Hitachi/Nissei"
60 #define	EDID_VENDOR_HWP	"HP"
61 #define	EDID_VENDOR_IBM	"IBM"
62 #define	EDID_VENDOR_ICL	"Fujitsu ICL"
63 #define	EDID_VENDOR_IVM	"Iiyama"
64 #define	EDID_VENDOR_KDS	"Korea Data Systems"
65 #define	EDID_VENDOR_MEI	"Panasonic"
66 #define	EDID_VENDOR_MEL	"Mitsubishi Electronics"
67 #define	EDID_VENDOR_NAN	"Nanao"
68 #define	EDID_VENDOR_NEC	"NEC"
69 #define	EDID_VENDOR_NOK	"Nokia Data"
70 #define	EDID_VENDOR_PHL	"Philips"
71 #define	EDID_VENDOR_REL	"Relisys"
72 #define	EDID_VENDOR_SAM	"Samsung"
73 #define	EDID_VENDOR_SGI	"SGI"
74 #define	EDID_VENDOR_SNY	"Sony"
75 #define	EDID_VENDOR_SRC	"Shamrock"
76 #define	EDID_VENDOR_SUN	"Sun Microsystems"
77 #define	EDID_VENDOR_TAT	"Tatung"
78 #define	EDID_VENDOR_TOS	"Toshiba"
79 #define	EDID_VENDOR_TSB	"Toshiba"
80 #define	EDID_VENDOR_VSC	"ViewSonic"
81 #define	EDID_VENDOR_ZCM	"Zenith"
82 
83 /*
84  * List of known products, grouped and sorted by vendor.
85  *
86  * EDID version 1.3 requires that monitors expose the monitor name with
87  * the ASCII descriptor type 0xFC, so for monitors using that block, this
88  * information is redundant, and there is not point in listing them here,
89  * unless it is desired to have a symbolic macro to detect the monitor in
90  * special handling code or somesuch.
91  */
92 
93 /* Dell  - this exists for now as a sample.  I don't have one of these.  */
94 #define	EDID_PRODUCT_DEL_ULTRASCAN14XE_REVA	0x139A		/* Ultrascan 14XE */
95 #define	EDID_PRODUCT_DEL_ULTRASCAN14XE_REVB	0x139B		/* Ultrascan 14XE */
96 
97 /* ViewSonic */
98 #define	EDID_PRODUCT_VSC_17GS	0x0c00		/* 17GS */
99 #define	EDID_PRODUCT_VSC_17PS	0x0c0f		/* 17PS */
100