Skip to content

Commit 2964dd6

Browse files
committed
fix: Update support for Acer S240L monitors inventory
1 parent 0d04f30 commit 2964dd6

File tree

5 files changed

+16
-0
lines changed

5 files changed

+16
-0
lines changed

Changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

3031
remoteinventory:
3132
* fix RedHat RHN systemid set as WINPRODID

lib/GLPI/Agent/Tools/Screen/Acer.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
256 Bytes
Binary file not shown.
128 Bytes
Binary file not shown.

t/tasks/inventory/generic/screen.t

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)