Skip to content

Commit

Permalink
New model id for ACER S/N hack
Browse files Browse the repository at this point in the history
closes: #1840
  • Loading branch information
guillomovitch committed Oct 8, 2012
1 parent 7b0dd78 commit daa92de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ sub _getEdidInfo {
# http://forge.fusioninventory.org/issues/1614
if (
$edid->{EISA_ID} &&
$edid->{EISA_ID} =~ /^ACR(0018|0020|00A8|7883|ad49|adaf)$/
$edid->{EISA_ID} =~ /^ACR(0018|0020|0024|00A8|7883|ad49|adaf)$/
) {
$info->{SERIAL} =
substr($edid->{serial_number2}->[0], 0, 8) .
Expand Down

0 comments on commit daa92de

Please sign in to comment.