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