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 */ 45vendor AAC AcerView 46vendor AOC AOC 47vendor APP Apple Computer 48vendor AST AST Research 49vendor CPL Compal 50vendor CPQ Compaq 51vendor CTX CTX 52vendor DEC DEC 53vendor DEL Dell 54vendor DPC Delta 55vendor DWE Daewoo 56vendor EIZ EIZO 57vendor ELS ELSA 58vendor EPI Envision 59vendor FCM Funai 60vendor FUJ Fujitsu 61vendor GSM LG Electronics 62vendor GWY Gateway 2000 63vendor HEI Hyundai 64vendor HIT Hitachi 65vendor HSL Hansol 66vendor HTC Hitachi/Nissei 67vendor HWP HP 68vendor IBM IBM 69vendor ICL Fujitsu ICL 70vendor IVM Iiyama 71vendor KDS Korea Data Systems 72vendor MEI Panasonic 73vendor MEL Mitsubishi Electronics 74vendor NAN Nanao 75vendor NEC NEC 76vendor NOK Nokia Data 77vendor PHL Philips 78vendor REL Relisys 79vendor SAM Samsung 80vendor SGI SGI 81vendor SNY Sony 82vendor SRC Shamrock 83vendor SUN Sun Microsystems 84vendor TAT Tatung 85vendor TOS Toshiba 86vendor TSB Toshiba 87vendor VSC ViewSonic 88vendor 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. */ 101product DEL ULTRASCAN14XE_REVA 0x139A Ultrascan 14XE 102product DEL ULTRASCAN14XE_REVB 0x139B Ultrascan 14XE 103 104/* ViewSonic */ 105product VSC 17GS 0x0c00 17GS 106product VSC 17PS 0x0c0f 17PS 107