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