Home | History | Annotate | Line # | Download | only in videomode
ediddevs_data.h revision 1.2
      1 /*	$NetBSD: ediddevs_data.h,v 1.2 2007/03/07 18:47:13 macallan Exp $	*/
      2 
      3 /*
      4  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
      5  *
      6  * generated from:
      7  *	NetBSD: ediddevs,v 1.1 2006/05/11 01:49:53 gdamore Exp
      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 
     41 const struct edid_vendor edid_vendors[] = {
     42 	{ "AAC", EDID_VENDOR_AAC },
     43 	{ "AOC", EDID_VENDOR_AOC },
     44 	{ "APP", EDID_VENDOR_APP },
     45 	{ "AST", EDID_VENDOR_AST },
     46 	{ "CPL", EDID_VENDOR_CPL },
     47 	{ "CPQ", EDID_VENDOR_CPQ },
     48 	{ "CTX", EDID_VENDOR_CTX },
     49 	{ "DEC", EDID_VENDOR_DEC },
     50 	{ "DEL", EDID_VENDOR_DEL },
     51 	{ "DPC", EDID_VENDOR_DPC },
     52 	{ "DWE", EDID_VENDOR_DWE },
     53 	{ "EIZ", EDID_VENDOR_EIZ },
     54 	{ "ELS", EDID_VENDOR_ELS },
     55 	{ "EPI", EDID_VENDOR_EPI },
     56 	{ "FCM", EDID_VENDOR_FCM },
     57 	{ "FUJ", EDID_VENDOR_FUJ },
     58 	{ "GSM", EDID_VENDOR_GSM },
     59 	{ "GWY", EDID_VENDOR_GWY },
     60 	{ "HEI", EDID_VENDOR_HEI },
     61 	{ "HIT", EDID_VENDOR_HIT },
     62 	{ "HSL", EDID_VENDOR_HSL },
     63 	{ "HTC", EDID_VENDOR_HTC },
     64 	{ "HWP", EDID_VENDOR_HWP },
     65 	{ "IBM", EDID_VENDOR_IBM },
     66 	{ "ICL", EDID_VENDOR_ICL },
     67 	{ "IVM", EDID_VENDOR_IVM },
     68 	{ "KDS", EDID_VENDOR_KDS },
     69 	{ "MEI", EDID_VENDOR_MEI },
     70 	{ "MEL", EDID_VENDOR_MEL },
     71 	{ "NAN", EDID_VENDOR_NAN },
     72 	{ "NEC", EDID_VENDOR_NEC },
     73 	{ "NOK", EDID_VENDOR_NOK },
     74 	{ "PHL", EDID_VENDOR_PHL },
     75 	{ "REL", EDID_VENDOR_REL },
     76 	{ "SAM", EDID_VENDOR_SAM },
     77 	{ "SGI", EDID_VENDOR_SGI },
     78 	{ "SNY", EDID_VENDOR_SNY },
     79 	{ "SRC", EDID_VENDOR_SRC },
     80 	{ "SUN", EDID_VENDOR_SUN },
     81 	{ "TAT", EDID_VENDOR_TAT },
     82 	{ "TOS", EDID_VENDOR_TOS },
     83 	{ "TSB", EDID_VENDOR_TSB },
     84 	{ "VSC", EDID_VENDOR_VSC },
     85 	{ "ZCM", EDID_VENDOR_ZCM },
     86 };
     87 const int edid_nvendors = 44;
     88 
     89 const struct edid_product edid_products[] = {
     90 	{
     91 	    "DEL", EDID_PRODUCT_DEL_ULTRASCAN14XE_REVA,
     92 	    "Ultrascan 14XE",
     93 	},
     94 	{
     95 	    "DEL", EDID_PRODUCT_DEL_ULTRASCAN14XE_REVB,
     96 	    "Ultrascan 14XE",
     97 	},
     98 	{
     99 	    "VSC", EDID_PRODUCT_VSC_17GS,
    100 	    "17GS",
    101 	},
    102 	{
    103 	    "VSC", EDID_PRODUCT_VSC_17PS,
    104 	    "17PS",
    105 	},
    106 };
    107 const int edid_nproducts = 4;
    108