1 1.1 gdamore /* $NetBSD: ediddevs_data.h,v 1.2 2007/03/07 18:47:13 macallan Exp $ */ 2 1.1 gdamore 3 1.1 gdamore /* 4 1.1 gdamore * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. 5 1.1 gdamore * 6 1.1 gdamore * generated from: 7 1.2 macallan * NetBSD: ediddevs,v 1.1 2006/05/11 01:49:53 gdamore Exp 8 1.1 gdamore */ 9 1.1 gdamore 10 1.1 gdamore /*- 11 1.1 gdamore * Copyright (c) 2006 Itronix Inc. 12 1.1 gdamore * All rights reserved. 13 1.1 gdamore * 14 1.1 gdamore * Written by Garrett D'Amore for Itronix Inc. 15 1.1 gdamore * 16 1.1 gdamore * Redistribution and use in source and binary forms, with or without 17 1.1 gdamore * modification, are permitted provided that the following conditions 18 1.1 gdamore * are met: 19 1.1 gdamore * 1. Redistributions of source code must retain the above copyright 20 1.1 gdamore * notice, this list of conditions and the following disclaimer. 21 1.1 gdamore * 2. Redistributions in binary form must reproduce the above copyright 22 1.1 gdamore * notice, this list of conditions and the following disclaimer in the 23 1.1 gdamore * documentation and/or other materials provided with the distribution. 24 1.1 gdamore * 3. The name of Itronix Inc. may not be used to endorse 25 1.1 gdamore * or promote products derived from this software without specific 26 1.1 gdamore * prior written permission. 27 1.1 gdamore * 28 1.1 gdamore * THIS SOFTWARE IS PROVIDED BY ITRONIX INC. ``AS IS'' AND ANY EXPRESS 29 1.1 gdamore * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 30 1.1 gdamore * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 31 1.1 gdamore * ARE DISCLAIMED. IN NO EVENT SHALL ITRONIX INC. BE LIABLE FOR ANY 32 1.1 gdamore * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 33 1.1 gdamore * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE 34 1.1 gdamore * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 35 1.1 gdamore * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 36 1.1 gdamore * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 37 1.1 gdamore * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 38 1.1 gdamore * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 39 1.1 gdamore */ 40 1.1 gdamore 41 1.1 gdamore const struct edid_vendor edid_vendors[] = { 42 1.1 gdamore { "AAC", EDID_VENDOR_AAC }, 43 1.1 gdamore { "AOC", EDID_VENDOR_AOC }, 44 1.1 gdamore { "APP", EDID_VENDOR_APP }, 45 1.1 gdamore { "AST", EDID_VENDOR_AST }, 46 1.1 gdamore { "CPL", EDID_VENDOR_CPL }, 47 1.1 gdamore { "CPQ", EDID_VENDOR_CPQ }, 48 1.1 gdamore { "CTX", EDID_VENDOR_CTX }, 49 1.1 gdamore { "DEC", EDID_VENDOR_DEC }, 50 1.1 gdamore { "DEL", EDID_VENDOR_DEL }, 51 1.1 gdamore { "DPC", EDID_VENDOR_DPC }, 52 1.1 gdamore { "DWE", EDID_VENDOR_DWE }, 53 1.1 gdamore { "EIZ", EDID_VENDOR_EIZ }, 54 1.1 gdamore { "ELS", EDID_VENDOR_ELS }, 55 1.1 gdamore { "EPI", EDID_VENDOR_EPI }, 56 1.1 gdamore { "FCM", EDID_VENDOR_FCM }, 57 1.1 gdamore { "FUJ", EDID_VENDOR_FUJ }, 58 1.1 gdamore { "GSM", EDID_VENDOR_GSM }, 59 1.1 gdamore { "GWY", EDID_VENDOR_GWY }, 60 1.1 gdamore { "HEI", EDID_VENDOR_HEI }, 61 1.1 gdamore { "HIT", EDID_VENDOR_HIT }, 62 1.1 gdamore { "HSL", EDID_VENDOR_HSL }, 63 1.1 gdamore { "HTC", EDID_VENDOR_HTC }, 64 1.1 gdamore { "HWP", EDID_VENDOR_HWP }, 65 1.1 gdamore { "IBM", EDID_VENDOR_IBM }, 66 1.1 gdamore { "ICL", EDID_VENDOR_ICL }, 67 1.1 gdamore { "IVM", EDID_VENDOR_IVM }, 68 1.1 gdamore { "KDS", EDID_VENDOR_KDS }, 69 1.1 gdamore { "MEI", EDID_VENDOR_MEI }, 70 1.1 gdamore { "MEL", EDID_VENDOR_MEL }, 71 1.1 gdamore { "NAN", EDID_VENDOR_NAN }, 72 1.1 gdamore { "NEC", EDID_VENDOR_NEC }, 73 1.1 gdamore { "NOK", EDID_VENDOR_NOK }, 74 1.1 gdamore { "PHL", EDID_VENDOR_PHL }, 75 1.2 macallan { "REL", EDID_VENDOR_REL }, 76 1.1 gdamore { "SAM", EDID_VENDOR_SAM }, 77 1.1 gdamore { "SGI", EDID_VENDOR_SGI }, 78 1.1 gdamore { "SNY", EDID_VENDOR_SNY }, 79 1.1 gdamore { "SRC", EDID_VENDOR_SRC }, 80 1.1 gdamore { "SUN", EDID_VENDOR_SUN }, 81 1.1 gdamore { "TAT", EDID_VENDOR_TAT }, 82 1.1 gdamore { "TOS", EDID_VENDOR_TOS }, 83 1.1 gdamore { "TSB", EDID_VENDOR_TSB }, 84 1.1 gdamore { "VSC", EDID_VENDOR_VSC }, 85 1.1 gdamore { "ZCM", EDID_VENDOR_ZCM }, 86 1.1 gdamore }; 87 1.2 macallan const int edid_nvendors = 44; 88 1.1 gdamore 89 1.1 gdamore const struct edid_product edid_products[] = { 90 1.1 gdamore { 91 1.1 gdamore "DEL", EDID_PRODUCT_DEL_ULTRASCAN14XE_REVA, 92 1.1 gdamore "Ultrascan 14XE", 93 1.1 gdamore }, 94 1.1 gdamore { 95 1.1 gdamore "DEL", EDID_PRODUCT_DEL_ULTRASCAN14XE_REVB, 96 1.1 gdamore "Ultrascan 14XE", 97 1.1 gdamore }, 98 1.1 gdamore { 99 1.1 gdamore "VSC", EDID_PRODUCT_VSC_17GS, 100 1.1 gdamore "17GS", 101 1.1 gdamore }, 102 1.1 gdamore { 103 1.1 gdamore "VSC", EDID_PRODUCT_VSC_17PS, 104 1.1 gdamore "17PS", 105 1.1 gdamore }, 106 1.1 gdamore }; 107 1.1 gdamore const int edid_nproducts = 4; 108