diff options
author | XpLoDWilD <xplodgui@gmail.com> | 2012-09-08 13:52:26 +0200 |
---|---|---|
committer | XpLoDWilD <xplodgui@gmail.com> | 2012-09-08 13:52:26 +0200 |
commit | 34e15680b2e197cacbe2301ecbd851ff3e39933b (patch) | |
tree | 7be94499473f253fb817da135a60b0d1557196d9 | |
parent | e72cacf730bbe4c5c41a1c291f6e1b7d8a2ba26b (diff) | |
download | device_samsung_i9300-34e15680b2e197cacbe2301ecbd851ff3e39933b.zip device_samsung_i9300-34e15680b2e197cacbe2301ecbd851ff3e39933b.tar.gz device_samsung_i9300-34e15680b2e197cacbe2301ecbd851ff3e39933b.tar.bz2 |
macloader: Add new murata MAC prefix
Change-Id: I3eac868b6d2395c84e616ba21d8fb70dc041dda2
-rw-r--r-- | macloader/macloader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macloader/macloader.cpp b/macloader/macloader.cpp index 83ac114..574d87b 100644 --- a/macloader/macloader.cpp +++ b/macloader/macloader.cpp @@ -72,7 +72,7 @@ int main() { } /* murata */ - if(strncmp(mac_addr_half, "00:37:6d", 9) == 0 || strncmp(mac_addr_half, "88:30:8a", 9) == 0) { + if(strncmp(mac_addr_half, "00:37:6d", 9) == 0 || strncmp(mac_addr_half, "88:30:8a", 9) == 0 || strncmp(mac_addr_half, "20:02:af", 9) == 0) { type = MURATA; } |