mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-06 21:55:41 +00:00
macloader: add additional SEMCOSH mac addr
Change-Id: Ib0015cb828772b1723d596442df3f7e2e298c2a2
This commit is contained in:
parent
e2c157a687
commit
727dea780a
1 changed files with 2 additions and 1 deletions
|
@ -71,7 +71,8 @@ int main() {
|
|||
}
|
||||
|
||||
/* semcosh */
|
||||
if (strncasecmp(mac_addr_half, "5c:0a:5b", 9) == 0) {
|
||||
if (strncasecmp(mac_addr_half, "5c:0a:5b", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "cc:3a:61", 9) == 0) {
|
||||
type = SEMCOSH;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue