Added vendor ID for Gateway. Thanks Urias!

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32055 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent 2009-08-01 04:33:38 +00:00
parent 447c2a84b9
commit 90d0584d89

View File

@ -395,6 +395,9 @@ ScreenMode::GetMonitorInfo(monitor_info& info, float* _diagonalInches)
case 'GSM\0':
strcpy(info.vendor, "LG");
break;
case 'GWY\0':
strcpy(info.vendor, "Gateway");
break;
case 'HIQ\0':
case 'HEI\0':
strcpy(info.vendor, "Hyundai");