xref: /netbsd-src/sys/dev/videomode/ediddevs (revision ae69439f5d1f9c8a3877c802efd1cb14bba3055d)
1*ae69439fSjnemeth$NetBSD: ediddevs,v 1.3 2009/01/21 14:40:02 jnemeth Exp $
26594783dSgdamore
36594783dSgdamore/*-
46594783dSgdamore * Copyright (c) 2006 Itronix Inc.
56594783dSgdamore * All rights reserved.
66594783dSgdamore *
76594783dSgdamore * Written by Garrett D'Amore for Itronix Inc.
86594783dSgdamore *
96594783dSgdamore * Redistribution and use in source and binary forms, with or without
106594783dSgdamore * modification, are permitted provided that the following conditions
116594783dSgdamore * are met:
126594783dSgdamore * 1. Redistributions of source code must retain the above copyright
136594783dSgdamore *    notice, this list of conditions and the following disclaimer.
146594783dSgdamore * 2. Redistributions in binary form must reproduce the above copyright
156594783dSgdamore *    notice, this list of conditions and the following disclaimer in the
166594783dSgdamore *    documentation and/or other materials provided with the distribution.
176594783dSgdamore * 3. The name of Itronix Inc. may not be used to endorse
186594783dSgdamore *    or promote products derived from this software without specific
196594783dSgdamore *    prior written permission.
206594783dSgdamore *
216594783dSgdamore * THIS SOFTWARE IS PROVIDED BY ITRONIX INC. ``AS IS'' AND ANY EXPRESS
226594783dSgdamore * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
236594783dSgdamore * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
246594783dSgdamore * ARE DISCLAIMED.  IN NO EVENT SHALL ITRONIX INC. BE LIABLE FOR ANY
256594783dSgdamore * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
266594783dSgdamore * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
276594783dSgdamore * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
286594783dSgdamore * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
296594783dSgdamore * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
306594783dSgdamore * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
316594783dSgdamore * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
326594783dSgdamore */
336594783dSgdamore
346594783dSgdamore/*
35*ae69439fSjnemeth * Use "make -f Makefile.ediddevs" to regenerate ediddevs.h and ediddevs_data.h
36*ae69439fSjnemeth */
37*ae69439fSjnemeth
38*ae69439fSjnemeth/*
396594783dSgdamore * List of known EDID monitor vendors
406594783dSgdamore *
416594783dSgdamore * These are standard PNP ids, managed (apparently) by Microsoft.
426594783dSgdamore * It is likely that this list is grossly incomplete.
436594783dSgdamore */
446594783dSgdamorevendor	AAC	AcerView
456594783dSgdamorevendor	AOC	AOC
466594783dSgdamorevendor	APP	Apple Computer
476594783dSgdamorevendor	AST	AST Research
486594783dSgdamorevendor	CPL	Compal
496594783dSgdamorevendor	CPQ	Compaq
506594783dSgdamorevendor	CTX	CTX
516594783dSgdamorevendor	DEC	DEC
526594783dSgdamorevendor	DEL	Dell
536594783dSgdamorevendor	DPC	Delta
546594783dSgdamorevendor	DWE	Daewoo
556594783dSgdamorevendor	EIZ	EIZO
566594783dSgdamorevendor	ELS	ELSA
576594783dSgdamorevendor	EPI	Envision
586594783dSgdamorevendor	FCM	Funai
596594783dSgdamorevendor	FUJ	Fujitsu
606594783dSgdamorevendor	GSM	LG Electronics
616594783dSgdamorevendor	GWY	Gateway 2000
626594783dSgdamorevendor	HEI	Hyundai
636594783dSgdamorevendor	HIT	Hitachi
646594783dSgdamorevendor	HSL	Hansol
656594783dSgdamorevendor	HTC	Hitachi/Nissei
666594783dSgdamorevendor	HWP	HP
676594783dSgdamorevendor	IBM	IBM
686594783dSgdamorevendor	ICL	Fujitsu ICL
696594783dSgdamorevendor	IVM	Iiyama
706594783dSgdamorevendor	KDS	Korea Data Systems
716594783dSgdamorevendor	MEI	Panasonic
726594783dSgdamorevendor	MEL	Mitsubishi Electronics
736594783dSgdamorevendor	NAN	Nanao
746594783dSgdamorevendor	NEC	NEC
756594783dSgdamorevendor	NOK	Nokia Data
766594783dSgdamorevendor	PHL	Philips
77710e3dc0Smacallanvendor	REL	Relisys
786594783dSgdamorevendor	SAM	Samsung
796594783dSgdamorevendor	SGI	SGI
806594783dSgdamorevendor	SNY	Sony
816594783dSgdamorevendor	SRC	Shamrock
826594783dSgdamorevendor	SUN	Sun Microsystems
836594783dSgdamorevendor	TAT	Tatung
846594783dSgdamorevendor	TOS	Toshiba
856594783dSgdamorevendor	TSB	Toshiba
866594783dSgdamorevendor	VSC	ViewSonic
876594783dSgdamorevendor	ZCM	Zenith
886594783dSgdamore
896594783dSgdamore/*
906594783dSgdamore * List of known products, grouped and sorted by vendor.
916594783dSgdamore *
926594783dSgdamore * EDID version 1.3 requires that monitors expose the monitor name with
936594783dSgdamore * the ASCII descriptor type 0xFC, so for monitors using that block, this
946594783dSgdamore * information is redundant, and there is not point in listing them here,
956594783dSgdamore * unless it is desired to have a symbolic macro to detect the monitor in
966594783dSgdamore * special handling code or somesuch.
976594783dSgdamore */
986594783dSgdamore
996594783dSgdamore/* Dell  - this exists for now as a sample.  I don't have one of these.  */
1006594783dSgdamoreproduct DEL ULTRASCAN14XE_REVA	0x139A	Ultrascan 14XE
1016594783dSgdamoreproduct DEL ULTRASCAN14XE_REVB	0x139B	Ultrascan 14XE
1026594783dSgdamore
1036594783dSgdamore/* ViewSonic */
1046594783dSgdamoreproduct VSC 17GS		0x0c00	17GS
1056594783dSgdamoreproduct VSC 17PS		0x0c0f	17PS
106