ediddevs.h 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. /* $OpenBSD: ediddevs.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. #define EDID_VENDOR_AAC "AcerView"
  39. #define EDID_VENDOR_AOC "AOC"
  40. #define EDID_VENDOR_APP "Apple Computer"
  41. #define EDID_VENDOR_AST "AST Research"
  42. #define EDID_VENDOR_CPL "Compal"
  43. #define EDID_VENDOR_CPQ "Compaq"
  44. #define EDID_VENDOR_CTX "CTX"
  45. #define EDID_VENDOR_DEC "DEC"
  46. #define EDID_VENDOR_DEL "Dell"
  47. #define EDID_VENDOR_DPC "Delta"
  48. #define EDID_VENDOR_DWE "Daewoo"
  49. #define EDID_VENDOR_EIZ "EIZO"
  50. #define EDID_VENDOR_ELS "ELSA"
  51. #define EDID_VENDOR_EPI "Envision"
  52. #define EDID_VENDOR_FCM "Funai"
  53. #define EDID_VENDOR_FUJ "Fujitsu"
  54. #define EDID_VENDOR_GSM "LG Electronics"
  55. #define EDID_VENDOR_GWY "Gateway 2000"
  56. #define EDID_VENDOR_HEI "Hyundai"
  57. #define EDID_VENDOR_HIT "Hitachi"
  58. #define EDID_VENDOR_HSL "Hansol"
  59. #define EDID_VENDOR_HTC "Hitachi/Nissei"
  60. #define EDID_VENDOR_HWP "HP"
  61. #define EDID_VENDOR_IBM "IBM"
  62. #define EDID_VENDOR_ICL "Fujitsu ICL"
  63. #define EDID_VENDOR_IVM "Iiyama"
  64. #define EDID_VENDOR_KDS "Korea Data Systems"
  65. #define EDID_VENDOR_MEI "Panasonic"
  66. #define EDID_VENDOR_MEL "Mitsubishi Electronics"
  67. #define EDID_VENDOR_NAN "Nanao"
  68. #define EDID_VENDOR_NEC "NEC"
  69. #define EDID_VENDOR_NOK "Nokia Data"
  70. #define EDID_VENDOR_PHL "Philips"
  71. #define EDID_VENDOR_REL "Relisys"
  72. #define EDID_VENDOR_SAM "Samsung"
  73. #define EDID_VENDOR_SGI "SGI"
  74. #define EDID_VENDOR_SNY "Sony"
  75. #define EDID_VENDOR_SRC "Shamrock"
  76. #define EDID_VENDOR_SUN "Sun Microsystems"
  77. #define EDID_VENDOR_TAT "Tatung"
  78. #define EDID_VENDOR_TOS "Toshiba"
  79. #define EDID_VENDOR_TSB "Toshiba"
  80. #define EDID_VENDOR_VSC "ViewSonic"
  81. #define EDID_VENDOR_ZCM "Zenith"
  82. /*
  83. * List of known products, grouped and sorted by vendor.
  84. *
  85. * EDID version 1.3 requires that monitors expose the monitor name with
  86. * the ASCII descriptor type 0xFC, so for monitors using that block, this
  87. * information is redundant, and there is not point in listing them here,
  88. * unless it is desired to have a symbolic macro to detect the monitor in
  89. * special handling code or somesuch.
  90. */
  91. /* Dell - this exists for now as a sample. I don't have one of these. */
  92. #define EDID_PRODUCT_DEL_ULTRASCAN14XE_REVA 0x139A /* Ultrascan 14XE */
  93. #define EDID_PRODUCT_DEL_ULTRASCAN14XE_REVB 0x139B /* Ultrascan 14XE */
  94. /* ViewSonic */
  95. #define EDID_PRODUCT_VSC_17GS 0x0c00 /* 17GS */
  96. #define EDID_PRODUCT_VSC_17PS 0x0c0f /* 17PS */