mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-06 21:55:41 +00:00
macloader: add f0:27:65 as a murata mac
Change-Id: I895dc26a71253b31a2ee8ae27feeb5feb673a9bf
This commit is contained in:
parent
cce0d5b49e
commit
708e7c7a15
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ int main() {
|
|||
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, "f0:27:65", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "60:21:c0", 9) == 0) {
|
||||
type = MURATA;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue