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