mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-06 21:55:41 +00:00
macloader: Add another SEMCO mac address half
http://hwaddress.com/?q=d8%3Ac4%3Ae9 Change-Id: I80c7be6cb61d8eea1be72118104b1cd2397d48a1
This commit is contained in:
parent
df4a1d6c77
commit
c7dd07ab9b
1 changed files with 2 additions and 1 deletions
|
@ -221,7 +221,8 @@ int main() {
|
|||
/* semco */
|
||||
if (strncasecmp(mac_addr_half, "4c:66:41", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "51:f6:6b", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "ec:9b:f3", 9) == 0) {
|
||||
strncasecmp(mac_addr_half, "ec:9b:f3", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "d8:c4:e9", 9) == 0) {
|
||||
type = SEMCO;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue