[Fusioninventory-commit] [fusinv/fusioninventory-agent] 51aa63: more EDID manifacturer code
Gonéri Le Bouder
goneri at rulezlan.org
Wed Apr 25 16:32:13 UTC 2012
Branch: refs/heads/2.2.x
Home: https://github.com/fusinv/fusioninventory-agent
Commit: 51aa63bc67107bf7980de187a8eba16e0f46adee
https://github.com/fusinv/fusioninventory-agent/commit/51aa63bc67107bf7980de187a8eba16e0f46adee
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date: 2012-04-25 (Wed, 25 Apr 2012)
Changed paths:
M lib/FusionInventory/Agent/Tools/Screen.pm
Log Message:
-----------
more EDID manifacturer code
add Princeton and Polaroid.
But reported by William Evens on OCS bug tracker:
https://bugs.launchpad.net/ocsinventory-windows-agent/+bug/911696/comments/6
diff --git a/lib/FusionInventory/Agent/Tools/Screen.pm b/lib/FusionInventory/Agent/Tools/Screen.pm
index 5cb71db..cd479fb 100644
--- a/lib/FusionInventory/Agent/Tools/Screen.pm
+++ b/lib/FusionInventory/Agent/Tools/Screen.pm
@@ -487,7 +487,9 @@ sub getManufacturerFromCode {
"IFS" => "InFocus",
"BOE" => "BOE Display Technology",
"IQT" => "Hyundai",
- "HSD" => "Hannspree Inc"
+ "HSD" => "Hannspree Inc",
+ "PRT" => "Princeton",
+ "PDC" => "Polaroid"
};
================================================================
More information about the Fusioninventory-commit
mailing list