File tree Expand file tree Collapse file tree 5 files changed +16
-0
lines changed
lib/GLPI/Agent/Tools/Screen
t/tasks/inventory/generic Expand file tree Collapse file tree 5 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ inventory:
2626 the same between OS
2727* fix #1023: Improve iLO ip address resolution on Windows
2828* Fix additional content merged into json even when not required on partial content
29+ * Update support for Acer S240L monitors inventory
2930
3031remoteinventory:
3132* fix RedHat RHN systemid set as WINPRODID
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ __DATA__
7777 00f7 V193
7878 0133 V193HQV
7979 0239 Acer V193L
80+ 0289 S240HL
8081 02cc Acer V243HL
8182 02d4 Acer G236HL
8283 0319 Acer H226HQL
Original file line number Diff line number Diff line change @@ -126,6 +126,20 @@ my %edid_tests = (
126126 SERIAL => ' T4BEE00C112089502411' ,
127127 DESCRIPTION => ' 12/2021'
128128 },
129+ ' acer-s240l.1' => {
130+ MANUFACTURER => ' Acer Technologies' ,
131+ CAPTION => ' S240HL' ,
132+ ALTSERIAL => ' LU50D0068536' ,
133+ SERIAL => ' LU50D0066120232a8536' ,
134+ DESCRIPTION => ' 12/2016'
135+ },
136+ ' acer-s240l.2' => {
137+ MANUFACTURER => ' Acer Technologies' ,
138+ CAPTION => ' S240HL' ,
139+ ALTSERIAL => ' LU50D0018514' ,
140+ SERIAL => ' LU50D00120118b478514' ,
141+ DESCRIPTION => ' 1/2012'
142+ },
129143 ' acer-sa240y' => {
130144 MANUFACTURER => ' Acer Technologies' ,
131145 CAPTION => ' SA240Y' ,
You can’t perform that action at this time.
0 commit comments