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:
parent
447c2a84b9
commit
90d0584d89
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user