ediddevs revision 1.3 1 1.3 jnemeth $NetBSD: ediddevs,v 1.3 2009/01/21 14:40:02 jnemeth Exp $
2 1.1 gdamore
3 1.1 gdamore /*-
4 1.1 gdamore * Copyright (c) 2006 Itronix Inc.
5 1.1 gdamore * All rights reserved.
6 1.1 gdamore *
7 1.1 gdamore * Written by Garrett D'Amore for Itronix Inc.
8 1.1 gdamore *
9 1.1 gdamore * Redistribution and use in source and binary forms, with or without
10 1.1 gdamore * modification, are permitted provided that the following conditions
11 1.1 gdamore * are met:
12 1.1 gdamore * 1. Redistributions of source code must retain the above copyright
13 1.1 gdamore * notice, this list of conditions and the following disclaimer.
14 1.1 gdamore * 2. Redistributions in binary form must reproduce the above copyright
15 1.1 gdamore * notice, this list of conditions and the following disclaimer in the
16 1.1 gdamore * documentation and/or other materials provided with the distribution.
17 1.1 gdamore * 3. The name of Itronix Inc. may not be used to endorse
18 1.1 gdamore * or promote products derived from this software without specific
19 1.1 gdamore * prior written permission.
20 1.1 gdamore *
21 1.1 gdamore * THIS SOFTWARE IS PROVIDED BY ITRONIX INC. ``AS IS'' AND ANY EXPRESS
22 1.1 gdamore * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
23 1.1 gdamore * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24 1.1 gdamore * ARE DISCLAIMED. IN NO EVENT SHALL ITRONIX INC. BE LIABLE FOR ANY
25 1.1 gdamore * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26 1.1 gdamore * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
27 1.1 gdamore * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28 1.1 gdamore * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
29 1.1 gdamore * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
30 1.1 gdamore * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
31 1.1 gdamore * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32 1.1 gdamore */
33 1.1 gdamore
34 1.1 gdamore /*
35 1.3 jnemeth * Use "make -f Makefile.ediddevs" to regenerate ediddevs.h and ediddevs_data.h
36 1.3 jnemeth */
37 1.3 jnemeth
38 1.3 jnemeth /*
39 1.1 gdamore * List of known EDID monitor vendors
40 1.1 gdamore *
41 1.1 gdamore * These are standard PNP ids, managed (apparently) by Microsoft.
42 1.1 gdamore * It is likely that this list is grossly incomplete.
43 1.1 gdamore */
44 1.1 gdamore vendor AAC AcerView
45 1.1 gdamore vendor AOC AOC
46 1.1 gdamore vendor APP Apple Computer
47 1.1 gdamore vendor AST AST Research
48 1.1 gdamore vendor CPL Compal
49 1.1 gdamore vendor CPQ Compaq
50 1.1 gdamore vendor CTX CTX
51 1.1 gdamore vendor DEC DEC
52 1.1 gdamore vendor DEL Dell
53 1.1 gdamore vendor DPC Delta
54 1.1 gdamore vendor DWE Daewoo
55 1.1 gdamore vendor EIZ EIZO
56 1.1 gdamore vendor ELS ELSA
57 1.1 gdamore vendor EPI Envision
58 1.1 gdamore vendor FCM Funai
59 1.1 gdamore vendor FUJ Fujitsu
60 1.1 gdamore vendor GSM LG Electronics
61 1.1 gdamore vendor GWY Gateway 2000
62 1.1 gdamore vendor HEI Hyundai
63 1.1 gdamore vendor HIT Hitachi
64 1.1 gdamore vendor HSL Hansol
65 1.1 gdamore vendor HTC Hitachi/Nissei
66 1.1 gdamore vendor HWP HP
67 1.1 gdamore vendor IBM IBM
68 1.1 gdamore vendor ICL Fujitsu ICL
69 1.1 gdamore vendor IVM Iiyama
70 1.1 gdamore vendor KDS Korea Data Systems
71 1.1 gdamore vendor MEI Panasonic
72 1.1 gdamore vendor MEL Mitsubishi Electronics
73 1.1 gdamore vendor NAN Nanao
74 1.1 gdamore vendor NEC NEC
75 1.1 gdamore vendor NOK Nokia Data
76 1.1 gdamore vendor PHL Philips
77 1.2 macallan vendor REL Relisys
78 1.1 gdamore vendor SAM Samsung
79 1.1 gdamore vendor SGI SGI
80 1.1 gdamore vendor SNY Sony
81 1.1 gdamore vendor SRC Shamrock
82 1.1 gdamore vendor SUN Sun Microsystems
83 1.1 gdamore vendor TAT Tatung
84 1.1 gdamore vendor TOS Toshiba
85 1.1 gdamore vendor TSB Toshiba
86 1.1 gdamore vendor VSC ViewSonic
87 1.1 gdamore vendor ZCM Zenith
88 1.1 gdamore
89 1.1 gdamore /*
90 1.1 gdamore * List of known products, grouped and sorted by vendor.
91 1.1 gdamore *
92 1.1 gdamore * EDID version 1.3 requires that monitors expose the monitor name with
93 1.1 gdamore * the ASCII descriptor type 0xFC, so for monitors using that block, this
94 1.1 gdamore * information is redundant, and there is not point in listing them here,
95 1.1 gdamore * unless it is desired to have a symbolic macro to detect the monitor in
96 1.1 gdamore * special handling code or somesuch.
97 1.1 gdamore */
98 1.1 gdamore
99 1.1 gdamore /* Dell - this exists for now as a sample. I don't have one of these. */
100 1.1 gdamore product DEL ULTRASCAN14XE_REVA 0x139A Ultrascan 14XE
101 1.1 gdamore product DEL ULTRASCAN14XE_REVB 0x139B Ultrascan 14XE
102 1.1 gdamore
103 1.1 gdamore /* ViewSonic */
104 1.1 gdamore product VSC 17GS 0x0c00 17GS
105 1.1 gdamore product VSC 17PS 0x0c0f 17PS
106