ediddevs_data.h 3.3 KB

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