jcs's openbsd hax
openbsd
at jcs 101 lines 4.0 kB view raw
1/* $OpenBSD: ediddevs.h,v 1.1 2009/10/08 20:35:44 matthieu Exp $ */ 2 3/* 4 * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. 5 * 6 * generated from: 7 * OpenBSD 8 */ 9 10/*- 11 * Copyright (c) 2006 Itronix Inc. 12 * All rights reserved. 13 * 14 * Written by Garrett D'Amore for Itronix Inc. 15 * 16 * Redistribution and use in source and binary forms, with or without 17 * modification, are permitted provided that the following conditions 18 * are met: 19 * 1. Redistributions of source code must retain the above copyright 20 * notice, this list of conditions and the following disclaimer. 21 * 2. Redistributions in binary form must reproduce the above copyright 22 * notice, this list of conditions and the following disclaimer in the 23 * documentation and/or other materials provided with the distribution. 24 * 3. The name of Itronix Inc. may not be used to endorse 25 * or promote products derived from this software without specific 26 * prior written permission. 27 * 28 * THIS SOFTWARE IS PROVIDED BY ITRONIX INC. ``AS IS'' AND ANY EXPRESS 29 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 30 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 31 * ARE DISCLAIMED. IN NO EVENT SHALL ITRONIX INC. BE LIABLE FOR ANY 32 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 33 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE 34 * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 35 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 36 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 37 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 38 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 39 */ 40#define EDID_VENDOR_AAC "AcerView" 41#define EDID_VENDOR_AOC "AOC" 42#define EDID_VENDOR_APP "Apple Computer" 43#define EDID_VENDOR_AST "AST Research" 44#define EDID_VENDOR_CPL "Compal" 45#define EDID_VENDOR_CPQ "Compaq" 46#define EDID_VENDOR_CTX "CTX" 47#define EDID_VENDOR_DEC "DEC" 48#define EDID_VENDOR_DEL "Dell" 49#define EDID_VENDOR_DPC "Delta" 50#define EDID_VENDOR_DWE "Daewoo" 51#define EDID_VENDOR_EIZ "EIZO" 52#define EDID_VENDOR_ELS "ELSA" 53#define EDID_VENDOR_EPI "Envision" 54#define EDID_VENDOR_FCM "Funai" 55#define EDID_VENDOR_FUJ "Fujitsu" 56#define EDID_VENDOR_GSM "LG Electronics" 57#define EDID_VENDOR_GWY "Gateway 2000" 58#define EDID_VENDOR_HEI "Hyundai" 59#define EDID_VENDOR_HIT "Hitachi" 60#define EDID_VENDOR_HSL "Hansol" 61#define EDID_VENDOR_HTC "Hitachi/Nissei" 62#define EDID_VENDOR_HWP "HP" 63#define EDID_VENDOR_IBM "IBM" 64#define EDID_VENDOR_ICL "Fujitsu ICL" 65#define EDID_VENDOR_IVM "Iiyama" 66#define EDID_VENDOR_KDS "Korea Data Systems" 67#define EDID_VENDOR_MEI "Panasonic" 68#define EDID_VENDOR_MEL "Mitsubishi Electronics" 69#define EDID_VENDOR_NAN "Nanao" 70#define EDID_VENDOR_NEC "NEC" 71#define EDID_VENDOR_NOK "Nokia Data" 72#define EDID_VENDOR_PHL "Philips" 73#define EDID_VENDOR_REL "Relisys" 74#define EDID_VENDOR_SAM "Samsung" 75#define EDID_VENDOR_SGI "SGI" 76#define EDID_VENDOR_SNY "Sony" 77#define EDID_VENDOR_SRC "Shamrock" 78#define EDID_VENDOR_SUN "Sun Microsystems" 79#define EDID_VENDOR_TAT "Tatung" 80#define EDID_VENDOR_TOS "Toshiba" 81#define EDID_VENDOR_TSB "Toshiba" 82#define EDID_VENDOR_VSC "ViewSonic" 83#define EDID_VENDOR_ZCM "Zenith" 84 85/* 86 * List of known products, grouped and sorted by vendor. 87 * 88 * EDID version 1.3 requires that monitors expose the monitor name with 89 * the ASCII descriptor type 0xFC, so for monitors using that block, this 90 * information is redundant, and there is not point in listing them here, 91 * unless it is desired to have a symbolic macro to detect the monitor in 92 * special handling code or somesuch. 93 */ 94 95/* Dell - this exists for now as a sample. I don't have one of these. */ 96#define EDID_PRODUCT_DEL_ULTRASCAN14XE_REVA 0x139A /* Ultrascan 14XE */ 97#define EDID_PRODUCT_DEL_ULTRASCAN14XE_REVB 0x139B /* Ultrascan 14XE */ 98 99/* ViewSonic */ 100#define EDID_PRODUCT_VSC_17GS 0x0c00 /* 17GS */ 101#define EDID_PRODUCT_VSC_17PS 0x0c0f /* 17PS */