mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-06 21:55:41 +00:00
macloader : add n5110 murata MAC address
Change-Id: Ie7f71f4e678eb69b7d1942f5ee31127b2091715a
This commit is contained in:
parent
4139d85cc6
commit
1bf77699ec
1 changed files with 2 additions and 1 deletions
|
@ -173,9 +173,10 @@ int main() {
|
|||
strncasecmp(mac_addr_half, "5c:da:d4", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "5c:f8:a1", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "78:4b:87", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "78:52:1A", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "78:52:1a", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "60:21:c0", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "88:30:8a", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "c8:14:79", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "f0:27:65", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "fc:c2:de", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "fc:db:b3", 9) == 0) {
|
||||
|
|
Loading…
Reference in a new issue