mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	Merge pull request #1279 from emersion/update-edid-manufacturers
backend/drm: update EDID manufacturers database
This commit is contained in:
		
						commit
						0d23fb7b6d
					
				
					 1 changed files with 19 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -32,21 +32,30 @@ static const char *get_manufacturer(uint16_t id) {
 | 
			
		|||
	case ID('A', 'A', 'A'): return "Avolites Ltd";
 | 
			
		||||
	case ID('A', 'C', 'I'): return "Ancor Communications Inc";
 | 
			
		||||
	case ID('A', 'C', 'R'): return "Acer Technologies";
 | 
			
		||||
	case ID('A', 'D', 'A'): return "Addi-Data GmbH";
 | 
			
		||||
	case ID('A', 'P', 'P'): return "Apple Computer Inc";
 | 
			
		||||
	case ID('A', 'S', 'K'): return "Ask A/S";
 | 
			
		||||
	case ID('A', 'V', 'T'): return "Avtek (Electronics) Pty Ltd";
 | 
			
		||||
	case ID('B', 'N', 'O'): return "Bang & Olufsen";
 | 
			
		||||
	case ID('C', 'M', 'N'): return "Chimei Innolux Corporation";
 | 
			
		||||
	case ID('C', 'M', 'O'): return "Chi Mei Optoelectronics corp.";
 | 
			
		||||
	case ID('C', 'R', 'O'): return "Extraordinary Technologies PTY Limited";
 | 
			
		||||
	case ID('D', 'E', 'L'): return "Dell Inc.";
 | 
			
		||||
	case ID('D', 'G', 'C'): return "Data General Corporation";
 | 
			
		||||
	case ID('D', 'O', 'N'): return "DENON, Ltd.";
 | 
			
		||||
	case ID('E', 'N', 'C'): return "Eizo Nanao Corporation";
 | 
			
		||||
	case ID('E', 'P', 'H'): return "Epiphan Systems Inc.";
 | 
			
		||||
	case ID('E', 'X', 'P'): return "Data Export Corporation";
 | 
			
		||||
	case ID('F', 'N', 'I'): return "Funai Electric Co., Ltd.";
 | 
			
		||||
	case ID('F', 'U', 'S'): return "Fujitsu Siemens Computers GmbH";
 | 
			
		||||
	case ID('G', 'S', 'M'): return "Goldstar Company Ltd";
 | 
			
		||||
	case ID('H', 'I', 'Q'): return "Kaohsiung Opto Electronics Americas, Inc.";
 | 
			
		||||
	case ID('H', 'S', 'D'): return "HannStar Display Corp";
 | 
			
		||||
	case ID('H', 'T', 'C'): return "Hitachi Ltd";
 | 
			
		||||
	case ID('H', 'W', 'P'): return "Hewlett Packard";
 | 
			
		||||
	case ID('I', 'N', 'T'): return "Interphase Corporation";
 | 
			
		||||
	case ID('I', 'N', 'X'): return "Communications Supply Corporation (A division of WESCO)";
 | 
			
		||||
	case ID('I', 'T', 'E'): return "Integrated Tech Express Inc";
 | 
			
		||||
	case ID('I', 'V', 'M'): return "Iiyama North America";
 | 
			
		||||
	case ID('L', 'E', 'N'): return "Lenovo Group Limited";
 | 
			
		||||
	case ID('M', 'A', 'X'): return "Rogen Tech Distribution Inc";
 | 
			
		||||
| 
						 | 
				
			
			@ -55,6 +64,7 @@ static const char *get_manufacturer(uint16_t id) {
 | 
			
		|||
	case ID('M', 'T', 'C'): return "Mars-Tech Corporation";
 | 
			
		||||
	case ID('M', 'T', 'X'): return "Matrox";
 | 
			
		||||
	case ID('N', 'E', 'C'): return "NEC Corporation";
 | 
			
		||||
	case ID('N', 'E', 'X'): return "Nexgen Mediatech Inc.";
 | 
			
		||||
	case ID('O', 'N', 'K'): return "ONKYO Corporation";
 | 
			
		||||
	case ID('O', 'R', 'N'): return "ORION ELECTRIC CO., LTD.";
 | 
			
		||||
	case ID('O', 'T', 'M'): return "Optoma Corporation";
 | 
			
		||||
| 
						 | 
				
			
			@ -63,15 +73,24 @@ static const char *get_manufacturer(uint16_t id) {
 | 
			
		|||
	case ID('P', 'I', 'O'): return "Pioneer Electronic Corporation";
 | 
			
		||||
	case ID('P', 'N', 'R'): return "Planar Systems, Inc.";
 | 
			
		||||
	case ID('Q', 'D', 'S'): return "Quanta Display Inc.";
 | 
			
		||||
	case ID('R', 'A', 'T'): return "Rent-A-Tech";
 | 
			
		||||
	case ID('R', 'E', 'N'): return "Renesas Technology Corp.";
 | 
			
		||||
	case ID('S', 'A', 'M'): return "Samsung Electric Company";
 | 
			
		||||
	case ID('S', 'A', 'N'): return "Sanyo Electric Co., Ltd.";
 | 
			
		||||
	case ID('S', 'E', 'C'): return "Seiko Epson Corporation";
 | 
			
		||||
	case ID('S', 'H', 'P'): return "Sharp Corporation";
 | 
			
		||||
	case ID('S', 'I', 'I'): return "Silicon Image, Inc.";
 | 
			
		||||
	case ID('S', 'N', 'Y'): return "Sony";
 | 
			
		||||
	case ID('S', 'T', 'D'): return "STD Computer Inc";
 | 
			
		||||
	case ID('S', 'V', 'S'): return "SVSI";
 | 
			
		||||
	case ID('S', 'Y', 'N'): return "Synaptics Inc";
 | 
			
		||||
	case ID('T', 'C', 'L'): return "Technical Concepts Ltd";
 | 
			
		||||
	case ID('T', 'O', 'P'): return "Orion Communications Co., Ltd.";
 | 
			
		||||
	case ID('T', 'S', 'B'): return "Toshiba America Info Systems Inc";
 | 
			
		||||
	case ID('T', 'S', 'T'): return "Transtream Inc";
 | 
			
		||||
	case ID('U', 'N', 'K'): return "Unknown";
 | 
			
		||||
	case ID('V', 'E', 'S'): return "Vestel Elektronik Sanayi ve Ticaret A. S.";
 | 
			
		||||
	case ID('V', 'I', 'T'): return "Visitech AS";
 | 
			
		||||
	case ID('V', 'I', 'Z'): return "VIZIO, Inc";
 | 
			
		||||
	case ID('V', 'S', 'C'): return "ViewSonic Corporation";
 | 
			
		||||
	case ID('Y', 'M', 'H'): return "Yamaha Corporation";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue