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