macloader: Add another SEMCO mac address half

http://hwaddress.com/?q=d8%3Ac4%3Ae9

Change-Id: I80c7be6cb61d8eea1be72118104b1cd2397d48a1
tirimbino
Christopher N. Hesse 8 years ago committed by Paul Keith
parent df4a1d6c77
commit c7dd07ab9b
  1. 3
      macloader/macloader.c

@ -221,7 +221,8 @@ int main() {
/* semco */
if (strncasecmp(mac_addr_half, "4c:66:41", 9) == 0 ||
strncasecmp(mac_addr_half, "51:f6:6b", 9) == 0 ||
strncasecmp(mac_addr_half, "ec:9b:f3", 9) == 0) {
strncasecmp(mac_addr_half, "ec:9b:f3", 9) == 0 ||
strncasecmp(mac_addr_half, "d8:c4:e9", 9) == 0) {
type = SEMCO;
}

Loading…
Cancel
Save