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
Order existing SEMCO values while we're at it. Change-Id: I2b5c8a3e458cbcf41ea78eb953117a6779db2cc0
This commit is contained in:
parent
6eec81990d
commit
438a27e268
1 changed files with 3 additions and 2 deletions
|
@ -196,8 +196,9 @@ int main() {
|
|||
}
|
||||
|
||||
/* semco */
|
||||
if (strncasecmp(mac_addr_half, "c0:bd:d1", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "51:f6:6b", 9) == 0) {
|
||||
if (strncasecmp(mac_addr_half, "51:f6:6b", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "c0:bd:d1", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "ec:9b:f3", 9) == 0) {
|
||||
type = SEMCO;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue