macloader: Yet another SEMCO3RD OUI
* OUI types verified by comparing dump of CIS against VID table
in kernel source
Change-Id: I3bf4d778c88445da6e47854b8bd90d1d7433d337
diff --git a/macloader/macloader.c b/macloader/macloader.c
index 635f32a..826be48 100644
--- a/macloader/macloader.c
+++ b/macloader/macloader.c
@@ -194,6 +194,7 @@
/* 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 ||