mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-06 21:55:41 +00:00
macloader : add n5120 murata MAC address
Change-Id: I617eba4abfe9ad2088aaeb740e4deccce439c569
This commit is contained in:
parent
1bf77699ec
commit
a7a0ecde63
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@ int main() {
|
|||
strncasecmp(mac_addr_half, "04:46:65", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "10:5f:06", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "10:a5:d0", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "10:d5:42", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "1c:99:4c", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "14:7d:c5", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "20:02:af", 9) == 0 ||
|
||||
|
|
Loading…
Reference in a new issue