mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-06 21:55:41 +00:00
macloader: Yet another SEMCO3RD OUI
* OUI types verified by comparing dump of CIS against VID table in kernel source Change-Id: I3bf4d778c88445da6e47854b8bd90d1d7433d337
This commit is contained in:
parent
fcb04eaa42
commit
1d09298e09
1 changed files with 1 additions and 0 deletions
|
@ -194,6 +194,7 @@ int main() {
|
|||
|
||||
/* semco3rd */
|
||||
if (strncasecmp(mac_addr_half, "84:38:38", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "ac:36:13", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "c0:bd:d1", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "e8:50:8b", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "ec:1f:72", 9) == 0 ||
|
||||
|
|
Loading…
Reference in a new issue