ediddevs.h (71625ec9ad2a9bc8c09784fbd23b759830e0ee5f) | ediddevs.h (fc3cc652e500bd8e33b4b77449d167f1df073acb) |
---|---|
1 | |
2/* 3 * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. 4 * 5 * generated from: | 1/* 2 * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. 3 * 4 * generated from: |
6 * NetBSD: ediddevs,v 1.1 2006/05/11 01:49:53 gdamore Exp | 5 * NetBSD: ediddevs,v 1.2 2007/03/07 18:47:13 macallan 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 * --- 61 unchanged lines hidden (view full) --- 76#define EDID_VENDOR_SRC "Shamrock" 77#define EDID_VENDOR_SUN "Sun Microsystems" 78#define EDID_VENDOR_TAT "Tatung" 79#define EDID_VENDOR_TOS "Toshiba" 80#define EDID_VENDOR_TSB "Toshiba" 81#define EDID_VENDOR_VSC "ViewSonic" 82#define EDID_VENDOR_ZCM "Zenith" 83 | 6 */ 7 8/*- 9 * Copyright (c) 2006 Itronix Inc. 10 * All rights reserved. 11 * 12 * Written by Garrett D'Amore for Itronix Inc. 13 * --- 61 unchanged lines hidden (view full) --- 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/* 84 * List of known products, grouped and sorted by vendor. 85 * 86 * EDID version 1.3 requires that monitors expose the monitor name with 87 * the ASCII descriptor type 0xFC, so for monitors using that block, this 88 * information is redundant, and there is not point in listing them here, 89 * unless it is desired to have a symbolic macro to detect the monitor in 90 * special handling code or somesuch. 91 */ 92 |
|
84/* Dell - this exists for now as a sample. I don't have one of these. */ 85#define EDID_PRODUCT_DEL_ULTRASCAN14XE_REVA 0x139A /* Ultrascan 14XE */ 86#define EDID_PRODUCT_DEL_ULTRASCAN14XE_REVB 0x139B /* Ultrascan 14XE */ 87 88/* ViewSonic */ 89#define EDID_PRODUCT_VSC_17GS 0x0c00 /* 17GS */ 90#define EDID_PRODUCT_VSC_17PS 0x0c0f /* 17PS */ | 93/* Dell - this exists for now as a sample. I don't have one of these. */ 94#define EDID_PRODUCT_DEL_ULTRASCAN14XE_REVA 0x139A /* Ultrascan 14XE */ 95#define EDID_PRODUCT_DEL_ULTRASCAN14XE_REVB 0x139B /* Ultrascan 14XE */ 96 97/* ViewSonic */ 98#define EDID_PRODUCT_VSC_17GS 0x0c00 /* 17GS */ 99#define EDID_PRODUCT_VSC_17PS 0x0c0f /* 17PS */ |