macloader: Yet another SEMCO3RD OUI

* OUI types verified by comparing dump of CIS against VID table
  in kernel source

Change-Id: I3bf4d778c88445da6e47854b8bd90d1d7433d337
tirimbino
Kevin F. Haggerty 8 years ago
parent fcb04eaa42
commit 1d09298e09
  1. 1
      macloader/macloader.c

@ -194,6 +194,7 @@ int main() {
/* semco3rd */ /* semco3rd */
if (strncasecmp(mac_addr_half, "84:38:38", 9) == 0 || 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, "c0:bd:d1", 9) == 0 ||
strncasecmp(mac_addr_half, "e8:50:8b", 9) == 0 || strncasecmp(mac_addr_half, "e8:50:8b", 9) == 0 ||
strncasecmp(mac_addr_half, "ec:1f:72", 9) == 0 || strncasecmp(mac_addr_half, "ec:1f:72", 9) == 0 ||

Loading…
Cancel
Save