ScreenMode: add some manufacturers

Change-Id: Id3eea56f5e0d453817eaedb4f1d6a6014af8f9e3
Reviewed-on: https://review.haiku-os.org/c/haiku/+/5321
Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
Jérôme Duval
2022-05-19 19:17:50 +00:00
parent 071f4aad57
commit c35e9b906a
+11 -1
View File
@@ -402,6 +402,13 @@ ScreenMode::GetMonitorInfo(monitor_info& info, float* _diagonalInches)
break;
case 'CMN\0':
strcpy(info.vendor, "Chimei Innolux");
break;
case 'CMO\0':
strcpy(info.vendor, "Chi Mei Optoelectronics");
break;
case 'COR\0':
strcpy(info.vendor, "CPT");
break;
case 'CPL\0':
strcpy(info.vendor, "ALFA");
break;
@@ -468,8 +475,11 @@ ScreenMode::GetMonitorInfo(monitor_info& info, float* _diagonalInches)
case 'LEN\0':
strcpy(info.vendor, "Lenovo");
break;
case 'LGD\0':
strcpy(info.vendor, "LG Display");
break;
case 'LPL\0':
strcpy(info.vendor, "LG Phillips");
strcpy(info.vendor, "LG Philips");
break;
case 'LTN\0':
strcpy(info.vendor, "Lite-On");