* 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:
Axel Dörfler
2009-07-31 23:25:21 +00:00
parent ca9e658bd9
commit 3b90428b4a
+6
View File
@@ -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;