mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-06 21:55:41 +00:00
macloader: Correct classification of f0:25:b7
* CIS table says 33 33, which is semco not semco3rd Change-Id: I944df6b13a8c1294ef47016d15f13f79c5ed5f7d
This commit is contained in:
parent
c487bbe389
commit
c51a095618
1 changed files with 2 additions and 2 deletions
|
@ -116,7 +116,6 @@ static const struct company_range semco3rd_ranges = {
|
||||||
"e8:50:8b",
|
"e8:50:8b",
|
||||||
"ec:1f:72",
|
"ec:1f:72",
|
||||||
"ec:9b:f3",
|
"ec:9b:f3",
|
||||||
"f0:25:b7",
|
|
||||||
"f4:09:d8",
|
"f4:09:d8",
|
||||||
"f8:04:2e"
|
"f8:04:2e"
|
||||||
}
|
}
|
||||||
|
@ -129,7 +128,8 @@ static const struct company_range semco_ranges = {
|
||||||
"51:f6:6b",
|
"51:f6:6b",
|
||||||
"cc:07:ab",
|
"cc:07:ab",
|
||||||
"d8:c4:e9",
|
"d8:c4:e9",
|
||||||
"ec:9b:f3"
|
"ec:9b:f3",
|
||||||
|
"f0:25:b7"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue