Add some more vendor IDs gleaned from some of my monitors here, Urias and one of linux's EDID quirks files.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32054 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
51ab53a6ac
commit
447c2a84b9
@ -348,6 +348,7 @@ ScreenMode::GetMonitorInfo(monitor_info& info, float* _diagonalInches)
|
||||
case 'ADI\0':
|
||||
strcpy(info.vendor, "ADI MicroScan");
|
||||
break;
|
||||
case 'ACR\0':
|
||||
case 'API\0':
|
||||
strcpy(info.vendor, "Acer");
|
||||
break;
|
||||
@ -382,12 +383,19 @@ ScreenMode::GetMonitorInfo(monitor_info& info, float* _diagonalInches)
|
||||
case 'ENC\0':
|
||||
strcpy(info.vendor, "Eizo");
|
||||
break;
|
||||
case 'EPI\0':
|
||||
strcpy(info.vendor, "Envision Peripherals");
|
||||
break;
|
||||
case 'FCM\0':
|
||||
strcpy(info.vendor, "Funai Electronics");
|
||||
break;
|
||||
case 'FUS\0':
|
||||
strcpy(info.vendor, "Fujitsu-Siemens");
|
||||
break;
|
||||
case 'GSM\0':
|
||||
strcpy(info.vendor, "LG");
|
||||
break;
|
||||
case 'HIQ\0':
|
||||
case 'HEI\0':
|
||||
strcpy(info.vendor, "Hyundai");
|
||||
break;
|
||||
@ -410,6 +418,9 @@ ScreenMode::GetMonitorInfo(monitor_info& info, float* _diagonalInches)
|
||||
case 'LEN\0':
|
||||
strcpy(info.vendor, "Lenovo");
|
||||
break;
|
||||
case 'LPL\0':
|
||||
strcpy(info.vendor, "LG Phillips");
|
||||
break;
|
||||
case 'MAX\0':
|
||||
strcpy(info.vendor, "Maxdata");
|
||||
break;
|
||||
@ -437,6 +448,9 @@ ScreenMode::GetMonitorInfo(monitor_info& info, float* _diagonalInches)
|
||||
case 'PHL\0':
|
||||
strcpy(info.vendor, "Philips");
|
||||
break;
|
||||
case 'PTS\0':
|
||||
strcpy(info.vendor, "Proview");
|
||||
break;
|
||||
case 'QDS\0':
|
||||
strcpy(info.vendor, "Quanta Display");
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user