* Added two more vendors found by Urias, thanks! If anyone has a SONY (SNY?),
Dell, or Acer monitor, those are still missing as well. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32041 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -367,9 +367,15 @@ ScreenMode::GetMonitorInfo(monitor_info& info, float* _diagonalInches)
|
||||
case 'GSM\0':
|
||||
strcpy(info.vendor, "LG");
|
||||
break;
|
||||
case 'HWP\0':
|
||||
strcpy(info.vendor, "Hewlett Packard");
|
||||
break;
|
||||
case 'LEN\0':
|
||||
strcpy(info.vendor, "Lenovo");
|
||||
break;
|
||||
case 'MED\0':
|
||||
strcpy(info.vendor, "Medion");
|
||||
break;
|
||||
case 'PHL\0':
|
||||
strcpy(info.vendor, "Philips");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user