mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-10-31 23:37:35 +00:00
macloader: Add one more MAC prefix to murata
Change-Id: Ib00ca46608a834a6a5f1e2fe996d56ec98d1ffab
This commit is contained in:
parent
a56fc7fff2
commit
731cd20c21
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ int main() {
|
|||
strncasecmp(mac_addr_half, "88:30:8a", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "20:02:af", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "5c:f8:a1", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "40:f3:08", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "60:21:c0", 9) == 0) {
|
||||
type = MURATA;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue