mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-06 21:55:41 +00:00
macloader: add semcosh mac address
Change-Id: I510291c32c76140c5b37eb87a00600e8b4c034c0 macloader: add new semcosh mac addresses Change-Id: I879e224a32acadde09762f5101a776869ee56f67
This commit is contained in:
parent
3896b5fce1
commit
a81d58b35e
1 changed files with 5 additions and 1 deletions
|
@ -87,7 +87,11 @@ int main() {
|
|||
}
|
||||
|
||||
/* semcosh */
|
||||
if (strncasecmp(mac_addr_half, "5c:0a:5b", 9) == 0 ||
|
||||
if (strncasecmp(mac_addr_half, "34:23:ba", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "38:aa:3c", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "5c:0a:5b", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "88:32:9b", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "90:18:7c", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "cc:3a:61", 9) == 0) {
|
||||
type = SEMCOSH;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue